Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp114 if (auto Err = MR.withResourceKeyDo([this, MR = &MR](ResourceKey K) { in notifyEmitted()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h100 template <typename Func> Error withResourceKeyDo(Func &&F);
595 template <typename Func> Error withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function
596 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo()
1850 template <typename Func> Error ResourceTracker::withResourceKeyDo(Func &&F) { in withResourceKeyDo() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DReOptimizeLayer.cpp56 if (auto Err = R->withResourceKeyDo([&](ResourceKey Key) { in emit()
H A DRTDyldObjectLinkingLayer.cpp402 if (auto Err = R.withResourceKeyDo( in onObjEmit()
H A DDebugObjectManagerPlugin.cpp475 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
H A DLinkGraphLinkingLayer.cpp523 auto Err = MR.withResourceKeyDo( in recordFinalizedAlloc()
H A DLazyReexports.cpp394 if (auto Err = MR->withResourceKeyDo([&](ResourceKey K) { in emitRedirectableSymbols()