LLVM 22.0.0git
LazyReexports.h File Reference

Go to the source code of this file.

Classes

class  llvm::orc::LazyCallThroughManager
 Manages a set of 'lazy call-through' trampolines. More...
struct  llvm::orc::LazyCallThroughManager::ReexportsEntry
class  llvm::orc::LocalLazyCallThroughManager
 A lazy call-through manager that builds trampolines in the current process. More...
class  llvm::orc::LazyReexportsMaterializationUnit
 A materialization unit that builds lazy re-exports. More...
class  llvm::orc::LazyReexportsManager
struct  llvm::orc::LazyReexportsManager::CallThroughInfo
class  llvm::orc::LazyReexportsManager::Listener
class  llvm::orc::SimpleLazyReexportsSpeculator

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc

Functions

LLVM_ABI Expected< std::unique_ptr< LazyCallThroughManager > > llvm::orc::createLocalLazyCallThroughManager (const Triple &T, ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr)
 Create a LocalLazyCallThroughManager from the given triple and execution session.
std::unique_ptr< LazyReexportsMaterializationUnitllvm::orc::lazyReexports (LazyCallThroughManager &LCTManager, RedirectableSymbolManager &RSManager, JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc=nullptr)
 Define lazy-reexports based on the given SymbolAliasMap.
std::unique_ptr< MaterializationUnitllvm::orc::lazyReexports (LazyReexportsManager &LRM, SymbolAliasMap Reexports)
 Define lazy-reexports based on the given SymbolAliasMap.