|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h"
Public Member Functions | |
| UnwindInfoRegistrationPlugin (ExecutionSession &ES, ExecutorAddr Register, ExecutorAddr Deregister) | |
| void | modifyPassConfig (MaterializationResponsibility &MR, jitlink::LinkGraph &G, jitlink::PassConfiguration &PassConfig) override |
| Error | notifyEmitted (MaterializationResponsibility &MR) override |
| Error | notifyFailed (MaterializationResponsibility &MR) override |
| Error | notifyRemovingResources (JITDylib &JD, ResourceKey K) override |
| void | notifyTransferringResources (JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) override |
| Public Member Functions inherited from llvm::orc::LinkGraphLinkingLayer::Plugin | |
| virtual | ~Plugin () |
| virtual void | notifyMaterializing (MaterializationResponsibility &MR, jitlink::LinkGraph &G, jitlink::JITLinkContext &Ctx, MemoryBufferRef InputObject) |
Static Public Member Functions | |
| static Expected< std::shared_ptr< UnwindInfoRegistrationPlugin > > | Create (ExecutionSession &ES, ExecutorAddr Register, ExecutorAddr Deregister) |
| static Expected< std::shared_ptr< UnwindInfoRegistrationPlugin > > | Create (ExecutionSession &ES) |
Definition at line 21 of file UnwindInfoRegistrationPlugin.h.
|
inline |
Definition at line 24 of file UnwindInfoRegistrationPlugin.h.
|
static |
Definition at line 22 of file UnwindInfoRegistrationPlugin.cpp.
|
static |
References Create(), G, and modifyPassConfig().
Referenced by Create(), and llvm::orc::LLJIT::setUpGenericLLVMIRPlatform.
|
overridevirtual |
Reimplemented from llvm::orc::LinkGraphLinkingLayer::Plugin.
Definition at line 36 of file UnwindInfoRegistrationPlugin.cpp.
References G, modifyPassConfig(), and llvm::jitlink::PassConfiguration::PostFixupPasses.
Referenced by Create(), and modifyPassConfig().
|
inlineoverridevirtual |
Reimplemented from llvm::orc::LinkGraphLinkingLayer::Plugin.
Definition at line 40 of file UnwindInfoRegistrationPlugin.h.
References llvm::Error::success().
|
inlineoverridevirtual |
Implements llvm::orc::LinkGraphLinkingLayer::Plugin.
Definition at line 44 of file UnwindInfoRegistrationPlugin.h.
References llvm::Error::success().
|
inlineoverridevirtual |
Implements llvm::orc::LinkGraphLinkingLayer::Plugin.
Definition at line 48 of file UnwindInfoRegistrationPlugin.h.
References llvm::Error::success().
|
inlineoverridevirtual |
Implements llvm::orc::LinkGraphLinkingLayer::Plugin.
Definition at line 52 of file UnwindInfoRegistrationPlugin.h.