Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h75 template <typename Func> Error withResourceKeyDo(Func &&F);
540 template <typename Func> Error withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function
541 return RT->withResourceKeyDo(std::forward<Func>(F)); in withResourceKeyDo()
1781 template <typename Func> Error ResourceTracker::withResourceKeyDo(Func &&F) { in withResourceKeyDo() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp679 return MR.withResourceKeyDo( in notifyEmitted()
763 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
H A DRTDyldObjectLinkingLayer.cpp386 if (auto Err = R.withResourceKeyDo( in onObjEmit()
H A DDebugObjectManagerPlugin.cpp477 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()