Home
last modified time | relevance | path

Searched refs:withResourceKeyDo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h78 template <typename Func> Error withResourceKeyDo(Func &&F);
543 template <typename Func> Error withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function
544 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo()
1811 template <typename Func> Error ResourceTracker::withResourceKeyDo(Func &&F) { in withResourceKeyDo() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp716 return MR.withResourceKeyDo( in notifyEmitted()
800 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
H A DRTDyldObjectLinkingLayer.cpp387 if (auto Err = R.withResourceKeyDo( in onObjEmit()
H A DDebugObjectManagerPlugin.cpp476 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()