LLVM 22.0.0git
llvm::orc::LazyReexportsManager::Plugin Class Reference
Inheritance diagram for llvm::orc::LazyReexportsManager::Plugin:
[legend]

Public Member Functions

void modifyPassConfig (MaterializationResponsibility &MR, jitlink::LinkGraph &G, jitlink::PassConfiguration &Config) override
Error notifyFailed (MaterializationResponsibility &MR) override
Error notifyRemovingResources (JITDylib &JD, ResourceKey K) override
void notifyTransferringResources (JITDylib &JD, ResourceKey DstKey, ResourceKey SrcKey) override

Detailed Description

Definition at line 262 of file LazyReexports.cpp.

Member Function Documentation

◆ modifyPassConfig()

void llvm::orc::LazyReexportsManager::Plugin::modifyPassConfig ( MaterializationResponsibility & MR,
jitlink::LinkGraph & G,
jitlink::PassConfiguration & Config )
inlineoverride

Definition at line 264 of file LazyReexports.cpp.

References G.

◆ notifyFailed()

Error llvm::orc::LazyReexportsManager::Plugin::notifyFailed ( MaterializationResponsibility & MR)
inlineoverride

Definition at line 268 of file LazyReexports.cpp.

References llvm::Error::success().

◆ notifyRemovingResources()

Error llvm::orc::LazyReexportsManager::Plugin::notifyRemovingResources ( JITDylib & JD,
ResourceKey K )
inlineoverride

Definition at line 272 of file LazyReexports.cpp.

References llvm::Error::success().

◆ notifyTransferringResources()

void llvm::orc::LazyReexportsManager::Plugin::notifyTransferringResources ( JITDylib & JD,
ResourceKey DstKey,
ResourceKey SrcKey )
inlineoverride

Definition at line 276 of file LazyReexports.cpp.


The documentation for this class was generated from the following file: