|
LLVM 22.0.0git
|
IdleTask can be used as the basis for low-priority tasks, e.g. More...
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
Static Public Attributes | |
| static char | ID = 0 |
Additional Inherited Members | |
| Public Member Functions inherited from llvm::RTTIExtends< IdleTask, Task > | |
| const void * | dynamicClassID () const override |
| bool | isA () const |
| Check whether this instance is a subclass of QueryT. | |
| Static Public Member Functions inherited from llvm::RTTIExtends< IdleTask, Task > | |
| static const void * | classID () |
| static bool | classof (const T *R) |
IdleTask can be used as the basis for low-priority tasks, e.g.
speculative lookup.
Definition at line 98 of file TaskDispatch.h.
|
static |
Definition at line 100 of file TaskDispatch.h.