LLVM 22.0.0git
llvm::telemetry::EntryKind Struct Reference

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

Detailed Description

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 91 of file Telemetry.h.

Member Data Documentation

◆ Base

const KindType llvm::telemetry::EntryKind::Base = 0
static

The documentation for this struct was generated from the following file: