LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"
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 () |
Definition at line 56 of file LazyReexports.h.
|
inline |
Definition at line 58 of file LazyReexports.h.
|
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.