LLVM 20.0.0git
Static Public Attributes | List of all members
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 83 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: