LLVM  8.0.1
Public Member Functions | List of all members
llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl > Class Template Reference

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

Inheritance diagram for llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >:
Collaboration graph
[legend]

Public Member Functions

 NotifyResolvedFunctionImpl (NotifyResolvedImpl NotifyResolved)
 
Error operator() (JITDylib &SourceJD, const SymbolStringPtr &SymbolName, JITTargetAddress ResolvedAddr)
 Called the first time a lazy call through is executed and the target symbol resolved. More...
 
- Public Member Functions inherited from llvm::orc::LazyCallThroughManager::NotifyResolvedFunction
virtual ~NotifyResolvedFunction ()
 

Detailed Description

template<typename NotifyResolvedImpl>
class llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >

Definition at line 56 of file LazyReexports.h.

Constructor & Destructor Documentation

◆ NotifyResolvedFunctionImpl()

template<typename NotifyResolvedImpl >
llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >::NotifyResolvedFunctionImpl ( NotifyResolvedImpl  NotifyResolved)
inline

Definition at line 58 of file LazyReexports.h.

Member Function Documentation

◆ operator()()

template<typename NotifyResolvedImpl >
Error llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >::operator() ( JITDylib SourceJD,
const SymbolStringPtr SymbolName,
JITTargetAddress  ResolvedAddr 
)
inlinevirtual

Called the first time a lazy call through is executed and the target symbol resolved.

Implements llvm::orc::LazyCallThroughManager::NotifyResolvedFunction.

Definition at line 60 of file LazyReexports.h.


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