LLVM  8.0.1
Public Member Functions | List of all members
llvm::orc::LazyReexportsMaterializationUnit Class Reference

A materialization unit that builds lazy re-exports. More...

#include "llvm/ExecutionEngine/Orc/LazyReexports.h"

Inheritance diagram for llvm::orc::LazyReexportsMaterializationUnit:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::LazyReexportsMaterializationUnit:
Collaboration graph
[legend]

Public Member Functions

 LazyReexportsMaterializationUnit (LazyCallThroughManager &LCTManager, IndirectStubsManager &ISManager, JITDylib &SourceJD, SymbolAliasMap CallableAliases, VModuleKey K)
 
StringRef getName () const override
 Return the name of this materialization unit. More...
 
- Public Member Functions inherited from llvm::orc::MaterializationUnit
 MaterializationUnit (SymbolFlagsMap InitalSymbolFlags, VModuleKey K)
 
virtual ~MaterializationUnit ()
 
const SymbolFlagsMapgetSymbols () const
 Return the set of symbols that this source provides. More...
 
void doMaterialize (JITDylib &JD)
 Called by materialization dispatchers (see ExecutionSession::DispatchMaterializationFunction) to trigger materialization of this MaterializationUnit. More...
 
void doDiscard (const JITDylib &JD, const SymbolStringPtr &Name)
 Called by JITDylibs to notify MaterializationUnits that the given symbol has been overridden. More...
 

Additional Inherited Members

- Protected Attributes inherited from llvm::orc::MaterializationUnit
SymbolFlagsMap SymbolFlags
 
VModuleKey K
 

Detailed Description

A materialization unit that builds lazy re-exports.

These are callable entry points that call through to the given symbols. Unlike a 'true' re-export, the address of the lazy re-export will not match the address of the re-exported symbol, but calling it will behave the same as calling the re-exported symbol.

Definition at line 157 of file LazyReexports.h.

Constructor & Destructor Documentation

◆ LazyReexportsMaterializationUnit()

llvm::orc::LazyReexportsMaterializationUnit::LazyReexportsMaterializationUnit ( LazyCallThroughManager LCTManager,
IndirectStubsManager ISManager,
JITDylib SourceJD,
SymbolAliasMap  CallableAliases,
VModuleKey  K 
)

Member Function Documentation

◆ getName()

StringRef llvm::orc::LazyReexportsMaterializationUnit::getName ( ) const
overridevirtual

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