LLVM 20.0.0git
|
Wraps state for a lookup-in-progress. More...
#include "llvm/ExecutionEngine/Orc/Core.h"
Public Member Functions | |
LookupState () | |
LookupState (LookupState &&) | |
LookupState & | operator= (LookupState &&) |
~LookupState () | |
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 |
|
default |
|
default |
void llvm::orc::LookupState::continueLookup | ( | Error | Err | ) |
Continue the lookup.
This can be called by DefinitionGenerators to re-start a captured query-application operation.
Definition at line 652 of file Core.cpp.
References assert().
Referenced by llvm::orc::LookupTask::run().
|
default |
|
friend |
|
friend |