Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp307 if (auto Err = R.withResourceKeyDo( in onObjEmit()
H A DObjectLinkingLayer.cpp683 return MR.withResourceKeyDo( in notifyEmitted()
765 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
H A DDebugObjectManagerPlugin.cpp463 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h520 template <typename Func> Error withResourceKeyDo(Func &&F) const;
1680 Error MaterializationResponsibility::withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function