| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | CoreAPIsTest.cpp | 57 cantFail(FooMR->notifyEmitted()); in TEST_F() 86 cantFail(R->notifyEmitted()); in TEST_F() 174 cantFail(R->notifyEmitted()); in TEST_F() 226 cantFail(BazR->notifyEmitted()); in TEST_F() 377 cantFail(R->notifyEmitted()); in TEST_F() 943 cantFail(R->notifyEmitted()); in TEST_F() 984 cantFail(R->notifyEmitted()); in TEST_F() 1035 cantFail(R->notifyEmitted()); in TEST_F() 1237 cantFail(R->notifyEmitted()); in TEST_F() 1308 cantFail(R->notifyEmitted()); in TEST_F() [all …]
|
| H A D | ResourceTrackerTest.cpp | 171 cantFail(R->notifyEmitted()); in TEST_F() 253 cantFail(R->notifyEmitted()); in TEST_F() 263 cantFail(R->notifyEmitted()); in TEST_F() 305 cantFail(R->notifyEmitted()); in TEST_F() 354 cantFail(R->notifyEmitted()); in TEST_F() 444 cantFail(FooMR->notifyEmitted()); in TEST_F()
|
| H A D | LazyCallThroughAndReexportsTest.cpp | 50 cantFail(R->notifyEmitted()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.h | 79 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function 189 Error notifyEmitted(MaterializationResponsibility &MR, FinalizedAlloc FA); 212 Error notifyEmitted(MaterializationResponsibility &MR) override;
|
| H A D | DebugObjectManagerPlugin.h | 58 Error notifyEmitted(MaterializationResponsibility &MR) override;
|
| H A D | Core.h | 585 Error notifyEmitted(); 1924 inline Error MaterializationResponsibility::notifyEmitted() { in notifyEmitted() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 312 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) { in notifyFinalized() 317 if (auto Err = MR->notifyEmitted()) { in notifyFinalized() 684 Error ObjectLinkingLayer::notifyEmitted(MaterializationResponsibility &MR, in notifyEmitted() function in llvm::orc::ObjectLinkingLayer 688 Err = joinErrors(std::move(Err), P->notifyEmitted(MR)); in notifyEmitted() 760 Error EHFrameRegistrationPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::EHFrameRegistrationPlugin
|
| H A D | LazyReexports.cpp | 216 cantFail(R->notifyEmitted()); in materialize()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 286 if (auto Err = R.notifyEmitted()) { in onObjEmit()
|
| H A D | IndirectionUtils.cpp | 46 cantFail(R->notifyEmitted()); in materialize()
|
| H A D | DebugObjectManagerPlugin.cpp | 444 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
|
| H A D | OrcV2CBindings.cpp | 564 return wrap(unwrap(MR)->notifyEmitted()); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
|
| H A D | Core.cpp | 276 if (auto Err = R->notifyEmitted()) { in materialize() 457 if (auto Err = QueryInfo->R->notifyEmitted()) { in materialize()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 77 Error notifyEmitted(MaterializationResponsibility &MR) override { in notifyEmitted() function in MyPlugin
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | JITLink.rst | 78 * ``notifyEmitted`` is called after the link is complete and code has been 84 Error notifyEmitted(MaterializationResponsibility &MR)
|