LLVM 19.0.0git
Public Member Functions | List of all members
LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit Class Reference
Inheritance diagram for LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit:
Inheritance graph
[legend]

Public Member Functions

 OrcCAPIMaterializationUnit (std::string Name, SymbolFlagsMap InitialSymbolFlags, SymbolStringPtr InitSymbol, void *Ctx, LLVMOrcMaterializationUnitMaterializeFunction Materialize, LLVMOrcMaterializationUnitDiscardFunction Discard, LLVMOrcMaterializationUnitDestroyFunction Destroy)
 
 ~OrcCAPIMaterializationUnit ()
 
StringRef getName () const override
 Return the name of this materialization unit.
 
void materialize (std::unique_ptr< MaterializationResponsibility > R) override
 Implementations of this method should materialize all symbols in the materialzation unit, except for those that have been previously discarded.
 
- Public Member Functions inherited from llvm::orc::MaterializationUnit
 MaterializationUnit (Interface I)
 
virtual ~MaterializationUnit ()=default
 
virtual StringRef getName () const =0
 Return the name of this materialization unit.
 
const SymbolFlagsMapgetSymbols () const
 Return the set of symbols that this source provides.
 
const SymbolStringPtrgetInitializerSymbol () const
 Returns the initialization symbol for this MaterializationUnit (if any).
 
virtual void materialize (std::unique_ptr< MaterializationResponsibility > R)=0
 Implementations of this method should materialize all symbols in the materialzation unit, except for those that have been previously discarded.
 
void doDiscard (const JITDylib &JD, const SymbolStringPtr &Name)
 Called by JITDylibs to notify MaterializationUnits that the given symbol has been overridden.
 

Additional Inherited Members

- Static Public Attributes inherited from llvm::orc::MaterializationUnit
static char ID
 
- Protected Attributes inherited from llvm::orc::MaterializationUnit
SymbolFlagsMap SymbolFlags
 
SymbolStringPtr InitSymbol
 

Detailed Description

Definition at line 81 of file OrcV2CBindings.cpp.

Constructor & Destructor Documentation

◆ OrcCAPIMaterializationUnit()

LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit::OrcCAPIMaterializationUnit ( std::string  Name,
SymbolFlagsMap  InitialSymbolFlags,
SymbolStringPtr  InitSymbol,
void *  Ctx,
LLVMOrcMaterializationUnitMaterializeFunction  Materialize,
LLVMOrcMaterializationUnitDiscardFunction  Discard,
LLVMOrcMaterializationUnitDestroyFunction  Destroy 
)
inline

Definition at line 83 of file OrcV2CBindings.cpp.

◆ ~OrcCAPIMaterializationUnit()

LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit::~OrcCAPIMaterializationUnit ( )
inline

Definition at line 94 of file OrcV2CBindings.cpp.

Member Function Documentation

◆ getName()

StringRef LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit::getName ( ) const
inlineoverridevirtual

Return the name of this materialization unit.

Useful for debugging output.

Implements llvm::orc::MaterializationUnit.

Definition at line 99 of file OrcV2CBindings.cpp.

References Name.

◆ materialize()

void LLVMOrcLazyCallThroughManagerRef::OrcCAPIMaterializationUnit::materialize ( std::unique_ptr< MaterializationResponsibility R)
inlineoverridevirtual

Implementations of this method should materialize all symbols in the materialzation unit, except for those that have been previously discarded.

Implements llvm::orc::MaterializationUnit.

Definition at line 101 of file OrcV2CBindings.cpp.

References llvm::wrap().


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