LLVM 20.0.0git
Public Member Functions | List of all members
llvm::orc::LazyReexportsManager::Plugin Class Reference
Inheritance diagram for llvm::orc::LazyReexportsManager::Plugin:
Inheritance graph
[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.

◆ notifyFailed()

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

Definition at line 268 of file LazyReexports.cpp.

◆ notifyRemovingResources()

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

Definition at line 272 of file LazyReexports.cpp.

◆ 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: