LLVM 22.0.0git
|
Generic task implementation. More...
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
Public Member Functions | |
GenericNamedTaskImpl (FnT &&Fn, std::string DescBuffer) | |
GenericNamedTaskImpl (FnT &&Fn, const char *Desc) | |
void | printDescription (raw_ostream &OS) override |
void | run () override |
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. |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::RTTIExtends< GenericNamedTask, Task > | |
static const void * | classID () |
static bool | classof (const T *R) |
Static Public Attributes inherited from llvm::orc::GenericNamedTask | |
static LLVM_ABI char | ID = 0 |
static LLVM_ABI const char * | DefaultDescription = "Generic Task" |
Generic task implementation.
Definition at line 60 of file TaskDispatch.h.
|
inline |
Definition at line 62 of file TaskDispatch.h.
References llvm::c_str(), and llvm::move().
|
inline |
Definition at line 65 of file TaskDispatch.h.
References assert().
|
inlineoverride |
Definition at line 69 of file TaskDispatch.h.
|
inlineoverride |
Definition at line 70 of file TaskDispatch.h.