LLVM 20.0.0git
Classes | Typedefs
llvm::telemetry Namespace Reference

Classes

struct  Config
 Configuration for the Manager class. More...
 
class  Destination
 This class presents a data sink to which the Telemetry framework sends data. More...
 
struct  EntryKind
 This struct is used by TelemetryInfo to support isa<>, dyn_cast<> operations. More...
 
class  Manager
 This class is the main interaction point between any LLVM tool and this framework. More...
 
class  Serializer
 
struct  TelemetryInfo
 TelemetryInfo is the data courier, used to move instrumented data from the tool being monitored to the Telemetry framework. More...
 

Typedefs

typedef unsigned KindType
 For isa, dyn_cast, etc operations on TelemetryInfo.
 

Typedef Documentation

◆ KindType

For isa, dyn_cast, etc operations on TelemetryInfo.

Definition at line 77 of file Telemetry.h.