LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::orc::GenericNamedTask Class Reference

Base class for generic tasks. More...

#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"

Inheritance diagram for llvm::orc::GenericNamedTask:
Inheritance graph
[legend]

Static Public Attributes

static char ID = 0
 
static const charDefaultDescription = "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)
 

Detailed Description

Base class for generic tasks.

Definition at line 51 of file TaskDispatch.h.

Member Data Documentation

◆ DefaultDescription

const char * llvm::orc::GenericNamedTask::DefaultDescription = "Generic Task"
static

Definition at line 54 of file TaskDispatch.h.

Referenced by llvm::orc::makeGenericNamedTask().

◆ ID

char llvm::orc::GenericNamedTask::ID = 0
static

Definition at line 53 of file TaskDispatch.h.


The documentation for this class was generated from the following files: