LLVM 22.0.0git
|
Wraps state for a lookup-in-progress. More...
#include "llvm/ExecutionEngine/Orc/Core.h"
Public Member Functions | |
LLVM_ABI | LookupState () |
LLVM_ABI | LookupState (LookupState &&) |
LLVM_ABI LookupState & | operator= (LookupState &&) |
LLVM_ABI | ~LookupState () |
LLVM_ABI void | continueLookup (Error Err) |
Continue the lookup. |
Friends | |
class | OrcV2CAPIHelper |
class | ExecutionSession |
Wraps state for a lookup-in-progress.
DefinitionGenerators can optionally take ownership of a LookupState object to suspend a lookup-in-progress while they search for definitions.
|
default |
References LLVM_ABI.
Referenced by LookupState(), and operator=().
|
default |
References LLVM_ABI, and LookupState().
|
default |
References LLVM_ABI.
void llvm::orc::LookupState::continueLookup | ( | Error | Err | ) |
|
default |
References LLVM_ABI, and LookupState().
|
friend |
|
friend |