Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h79 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function
189 Error notifyEmitted(MaterializationResponsibility &MR, FinalizedAlloc FA);
213 Error notifyEmitted(MaterializationResponsibility &MR) override;
DDebugObjectManagerPlugin.h58 Error notifyEmitted(MaterializationResponsibility &MR) override;
DCore.h593 Error notifyEmitted();
1938 inline Error MaterializationResponsibility::notifyEmitted() { in notifyEmitted() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp291 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) { in notifyFinalized()
296 if (auto Err = MR->notifyEmitted()) { in notifyFinalized()
670 Error ObjectLinkingLayer::notifyEmitted(MaterializationResponsibility &MR, in notifyEmitted() function in llvm::orc::ObjectLinkingLayer
674 Err = joinErrors(std::move(Err), P->notifyEmitted(MR)); in notifyEmitted()
747 Error EHFrameRegistrationPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::EHFrameRegistrationPlugin
DLazyReexports.cpp220 cantFail(R->notifyEmitted()); in materialize()
DRTDyldObjectLinkingLayer.cpp365 if (auto Err = R.notifyEmitted()) { in onObjEmit()
DIndirectionUtils.cpp46 cantFail(R->notifyEmitted()); in materialize()
DDebugObjectManagerPlugin.cpp449 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
DOrcV2CBindings.cpp564 return wrap(unwrap(MR)->notifyEmitted()); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
DCore.cpp277 if (auto Err = R->notifyEmitted()) { in materialize()
458 if (auto Err = QueryInfo->R->notifyEmitted()) { in materialize()
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
DLLJITWithObjectLinkingLayerPlugin.cpp77 Error notifyEmitted(MaterializationResponsibility &MR) override { in notifyEmitted() function in MyPlugin
/openbsd/src/gnu/llvm/llvm/docs/
DJITLink.rst78 * ``notifyEmitted`` is called after the link is complete and code has been
84 Error notifyEmitted(MaterializationResponsibility &MR)