LLVM 20.0.0git
|
Lookups are usually run on the current thread, but in some cases they may be run as tasks, e.g. More...
#include "llvm/ExecutionEngine/Orc/Core.h"
Public Member Functions | |
LookupTask (LookupState LS) | |
void | printDescription (raw_ostream &OS) override |
void | run () override |
Public Member Functions inherited from llvm::RTTIExtends< LookupTask, Task > | |
const void * | dynamicClassID () const override |
bool | isA (const void *const ClassID) const override |
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::RTTIExtends< LookupTask, Task > | |
static const void * | classID () |
static bool | classof (const RTTIRoot *R) |
Lookups are usually run on the current thread, but in some cases they may be run as tasks, e.g.
if the lookup has been continued from a suspended state.
|
inline |
|
override |
|
override |
Definition at line 1610 of file Core.cpp.
References llvm::orc::LookupState::continueLookup(), and llvm::Error::success().