Home
last modified time | relevance | path

Searched refs:notifyEmitted (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp57 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 DResourceTrackerTest.cpp171 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 DLazyCallThroughAndReexportsTest.cpp50 cantFail(R->notifyEmitted()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h79 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function
189 Error notifyEmitted(MaterializationResponsibility &MR, FinalizedAlloc FA);
212 Error notifyEmitted(MaterializationResponsibility &MR) override;
H A DDebugObjectManagerPlugin.h58 Error notifyEmitted(MaterializationResponsibility &MR) override;
H A DCore.h585 Error notifyEmitted();
1924 inline Error MaterializationResponsibility::notifyEmitted() { in notifyEmitted() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp312 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 DLazyReexports.cpp216 cantFail(R->notifyEmitted()); in materialize()
H A DRTDyldObjectLinkingLayer.cpp286 if (auto Err = R.notifyEmitted()) { in onObjEmit()
H A DIndirectionUtils.cpp46 cantFail(R->notifyEmitted()); in materialize()
H A DDebugObjectManagerPlugin.cpp444 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
H A DOrcV2CBindings.cpp564 return wrap(unwrap(MR)->notifyEmitted()); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
H A DCore.cpp276 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 DLLJITWithObjectLinkingLayerPlugin.cpp77 Error notifyEmitted(MaterializationResponsibility &MR) override { in notifyEmitted() function in MyPlugin
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst78 * ``notifyEmitted`` is called after the link is complete and code has been
84 Error notifyEmitted(MaterializationResponsibility &MR)