Home
last modified time | relevance | path

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

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