LLVM: llvm::orc::GenericNamedTask Class Reference (original) (raw)
Base class for generic tasks. More...
#include "[llvm/ExecutionEngine/Orc/TaskDispatch.h](TaskDispatch%5F8h%5Fsource.html)"
Inheritance diagram for llvm::orc::GenericNamedTask:
| Additional Inherited Members | |
|---|---|
| Public Member Functions inherited from llvm::RTTIExtends< GenericNamedTask, 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< GenericNamedTask, Task > | |
| static const void * | classID () |
| static bool | classof (const T *R) |
Detailed Description
Base class for generic tasks.
Definition at line 53 of file TaskDispatch.h.
Member Data Documentation
◆ DefaultDescription
| const char * llvm::orc::GenericNamedTask::DefaultDescription = "Generic Task" | static |
|---|
◆ ID
| char llvm::orc::GenericNamedTask::ID = 0 | static |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/Orc/TaskDispatch.h
- lib/ExecutionEngine/Orc/TaskDispatch.cpp