class Impl
Declaration
class Impl : public JITLinkAsyncLookupContinuation { /* full declaration omitted */ };
Description
A function object to call with a resolved symbol map (See AsyncLookupResult) or an error if resolution failed.
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:1665
Inherits from: JITLinkAsyncLookupContinuation
Member Variables
- private Continuation C
Method Overview
Inherited from JITLinkAsyncLookupContinuation:
Methods
¶Impl(Continuation C)
Impl(Continuation C)
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:1667
Parameters
- Continuation C
¶void run(
Expected<llvm::jitlink::AsyncLookupResult> LR)
void run(
Expected<llvm::jitlink::AsyncLookupResult> LR)
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:1668
Parameters
- Expected<llvm::jitlink::AsyncLookupResult> LR