LLVM
8.0.1
|
Clients will want to take some action on first resolution, e.g. More...
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"
Public Member Functions | |
virtual | ~NotifyResolvedFunction () |
virtual Error | operator() (JITDylib &SourceJD, const SymbolStringPtr &SymbolName, JITTargetAddress ResolvedAddr)=0 |
Called the first time a lazy call through is executed and the target symbol resolved. More... | |
Clients will want to take some action on first resolution, e.g.
updating a stub pointer. Instances of this class can be used to implement this.
Definition at line 41 of file LazyReexports.h.
|
inlinevirtual |
Definition at line 43 of file LazyReexports.h.
References operator()(), and llvm::AMDGPU::HSAMD::Kernel::Key::SymbolName.
|
pure virtual |
Called the first time a lazy call through is executed and the target symbol resolved.
Implemented in llvm::orc::LazyCallThroughManager::NotifyResolvedFunctionImpl< NotifyResolvedImpl >.
Referenced by ~NotifyResolvedFunction().