LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::orc::LocalLazyCallThroughManager Class Reference

A lazy call-through manager that builds trampolines in the current process. More...

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

Inheritance diagram for llvm::orc::LocalLazyCallThroughManager:
Inheritance graph
[legend]

Static Public Member Functions

template<typename ORCABI >
static Expected< std::unique_ptr< LocalLazyCallThroughManager > > Create (ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr)
 Create a LocalLazyCallThroughManager using the given ABI.
 

Additional Inherited Members

- Public Types inherited from llvm::orc::LazyCallThroughManager
using NotifyResolvedFunction = unique_function< Error(ExecutorAddr ResolvedAddr)>
 
- Public Member Functions inherited from llvm::orc::LazyCallThroughManager
 LazyCallThroughManager (ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr, TrampolinePool *TP)
 
Expected< ExecutorAddrgetCallThroughTrampoline (JITDylib &SourceJD, SymbolStringPtr SymbolName, NotifyResolvedFunction NotifyResolved)
 
void resolveTrampolineLandingAddress (ExecutorAddr TrampolineAddr, TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved)
 
virtual ~LazyCallThroughManager ()=default
 
- Protected Types inherited from llvm::orc::LazyCallThroughManager
using NotifyLandingResolvedFunction = TrampolinePool::NotifyLandingResolvedFunction
 
- Protected Member Functions inherited from llvm::orc::LazyCallThroughManager
ExecutorAddr reportCallThroughError (Error Err)
 
Expected< ReexportsEntryfindReexport (ExecutorAddr TrampolineAddr)
 
Error notifyResolved (ExecutorAddr TrampolineAddr, ExecutorAddr ResolvedAddr)
 
void setTrampolinePool (TrampolinePool &TP)
 

Detailed Description

A lazy call-through manager that builds trampolines in the current process.

Definition at line 86 of file LazyReexports.h.

Member Function Documentation

◆ Create()

template<typename ORCABI >
static Expected< std::unique_ptr< LocalLazyCallThroughManager > > llvm::orc::LocalLazyCallThroughManager::Create ( ExecutionSession ES,
ExecutorAddr  ErrorHandlerAddr 
)
inlinestatic

Create a LocalLazyCallThroughManager using the given ABI.

See createLocalLazyCallThroughManager.

Definition at line 118 of file LazyReexports.h.


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