Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DResourceTrackerTest.cpp169 cantFail(R->withResourceKeyDo( in TEST_F()
232 EXPECT_THAT_ERROR(MR->withResourceKeyDo([](ResourceKey K) { in TEST_F()
251 cantFail(R->withResourceKeyDo( in TEST_F()
261 cantFail(R->withResourceKeyDo( in TEST_F()
303 cantFail(R->withResourceKeyDo( in TEST_F()
352 cantFail(R->withResourceKeyDo( in TEST_F()
415 cantFail(FooMR->withResourceKeyDo([&](ResourceKey K) { in TEST_F()
431 cantFail(FooMR->withResourceKeyDo([&](ResourceKey K) { in TEST_F()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp490 return MR.withResourceKeyDo( in notifyEmitted()
572 if (auto Err = MR.withResourceKeyDo( in notifyEmitted()
DRTDyldObjectLinkingLayer.cpp304 if (auto Err = R.withResourceKeyDo( in onObjEmit()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h504 template <typename Func> Error withResourceKeyDo(Func &&F) const;
1500 Error MaterializationResponsibility::withResourceKeyDo(Func &&F) const { in withResourceKeyDo() function