LLVM 20.0.0git
|
Base class for generic tasks. More...
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
Static Public Attributes | |
static char | ID = 0 |
static const char * | DefaultDescription = "Generic Task" |
Additional Inherited Members | |
Public Member Functions inherited from llvm::RTTIExtends< GenericNamedTask, Task > | |
const void * | dynamicClassID () const override |
bool | isA (const void *const ClassID) const override |
Static Public Member Functions inherited from llvm::RTTIExtends< GenericNamedTask, Task > | |
static const void * | classID () |
static bool | classof (const RTTIRoot *R) |
Base class for generic tasks.
Definition at line 52 of file TaskDispatch.h.
Definition at line 55 of file TaskDispatch.h.
Referenced by llvm::orc::makeGenericNamedTask().
|
static |
Definition at line 54 of file TaskDispatch.h.