Home
last modified time | relevance | path

Searched refs:FooMR (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DResourceTrackerTest.cpp399 std::unique_ptr<MaterializationResponsibility> FooMR; in TEST_F() local
403 FooMR = std::move(R); in TEST_F()
415 cantFail(FooMR->withResourceKeyDo([&](ResourceKey K) { in TEST_F()
431 cantFail(FooMR->withResourceKeyDo([&](ResourceKey K) { in TEST_F()
444 cantFail(FooMR->notifyResolved({{Foo, FooSym}})); in TEST_F()
445 cantFail(FooMR->notifyEmitted()); in TEST_F()
DCoreAPIsTest.cpp38 std::unique_ptr<MaterializationResponsibility> FooMR; in TEST_F() local
43 FooMR = std::move(R); in TEST_F()
52 cantFail(FooMR->notifyResolved({{Foo, FooSym}})); in TEST_F()
56 cantFail(FooMR->notifyEmitted()); in TEST_F()