LLVM 19.0.0git
Classes | Namespaces | Functions
LazyReexports.h File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
#include "llvm/ExecutionEngine/Orc/Speculation.h"

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...
 

Namespaces

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

Functions

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< LazyReexportsMaterializationUnit > llvm::orc::lazyReexports (LazyCallThroughManager &LCTManager, IndirectStubsManager &ISManager, JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc=nullptr)
 Define lazy-reexports based on the given SymbolAliasMap.