LLVM 17.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 | ) |
|
default |
|
friend |
|
friend |