Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp638 return MR.withResourceKeyDo( in notifyEmitted()
720 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
H A DRTDyldObjectLinkingLayer.cpp307 if (auto Err = R.withResourceKeyDo( in onObjEmit()
H A DDebugObjectManagerPlugin.cpp463 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h506 template <typename Func> Error withResourceKeyDo(Func &&F) const;
1526 Error MaterializationResponsibility::withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function