LLVM 20.0.0git
Static Public Attributes | List of all members
llvm::orc::IdleTask Class Reference

IdleTask can be used as the basis for low-priority tasks, e.g. More...

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

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

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.
 
bool isA (const void *const ClassID) const override
 
- Static Public Member Functions inherited from llvm::RTTIExtends< IdleTask, Task >
static const void * classID ()
 
static bool classof (const T *R)
 

Detailed Description

IdleTask can be used as the basis for low-priority tasks, e.g.

speculative lookup.

Definition at line 97 of file TaskDispatch.h.

Member Data Documentation

◆ ID

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

Definition at line 99 of file TaskDispatch.h.


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