LLVM 19.0.0git
Public Member Functions | List of all members
llvm::jitlink::JITLinkAsyncLookupContinuation Class Referenceabstract

A function object to call with a resolved symbol map (See AsyncLookupResult) or an error if resolution failed. More...

#include "llvm/ExecutionEngine/JITLink/JITLink.h"

Public Member Functions

virtual ~JITLinkAsyncLookupContinuation ()=default
 
virtual void run (Expected< AsyncLookupResult > LR)=0
 

Detailed Description

A function object to call with a resolved symbol map (See AsyncLookupResult) or an error if resolution failed.

Definition at line 1773 of file JITLink.h.

Constructor & Destructor Documentation

◆ ~JITLinkAsyncLookupContinuation()

virtual llvm::jitlink::JITLinkAsyncLookupContinuation::~JITLinkAsyncLookupContinuation ( )
virtualdefault

Member Function Documentation

◆ run()

virtual void llvm::jitlink::JITLinkAsyncLookupContinuation::run ( Expected< AsyncLookupResult LR)
pure virtual

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