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.
Declared in <llvm/ExecutionEngine/Orc/Core.h>
class LookupTask
: public RTTIExtends<LookupTask, Task>
| Name | Description |
|---|---|
RTTIExtends<LookupTask, Task> | Inheritance utility for extensible RTTI. |
| Name | Description |
|---|---|
LookupTask [constructor] | Construct a task that continues lookup state LS. |
isA | Check whether this instance is a subclass of QueryT. |
printDescription [virtual] | Print a description of this task to OS. |
run [virtual] | Continue the suspended lookup represented by this task. |
| Name | Description |
|---|---|
classID | Return the static class ID for ThisT. |
classof | Return true if R is an instance of ThisT (for Casting.h). |
| Name | Description |
|---|---|
ID | RTTI identifier for LookupTask. |
| Name | Description |
|---|---|
RTTIExtends | Inherit constructors from the first parent type. |