LLVM 20.0.0git
|
This struct is used by TelemetryInfo to support isa<>, dyn_cast<> operations. More...
#include "llvm/Telemetry/Telemetry.h"
Static Public Attributes | |
static const KindType | Base = 0 |
This struct is used by TelemetryInfo to support isa<>, dyn_cast<> operations.
It is defined as a struct (rather than an enum) because it is expected to be extended by subclasses which may have additional TelemetryInfo types defined to describe different events.
Definition at line 83 of file Telemetry.h.
Definition at line 84 of file Telemetry.h.
Referenced by llvm::telemetry::TelemetryInfo::classof(), and llvm::telemetry::TelemetryInfo::getKind().