clang 22.0.0git
clang::XRayInstrKind Namespace Reference

Enumerations

enum  XRayInstrOrdinal : XRayInstrMask {
  XRIO_FunctionEntry , XRIO_FunctionExit , XRIO_Custom , XRIO_Typed ,
  XRIO_Count
}

Variables

constexpr XRayInstrMask None = 0
constexpr XRayInstrMask FunctionEntry = 1U << XRIO_FunctionEntry
constexpr XRayInstrMask FunctionExit = 1U << XRIO_FunctionExit
constexpr XRayInstrMask Custom = 1U << XRIO_Custom
constexpr XRayInstrMask Typed = 1U << XRIO_Typed
constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed

Enumeration Type Documentation

◆ XRayInstrOrdinal

Enumerator
XRIO_FunctionEntry 
XRIO_FunctionExit 
XRIO_Custom 
XRIO_Typed 
XRIO_Count 

Definition at line 30 of file XRayInstr.h.

Variable Documentation

◆ All

◆ Custom

◆ FunctionEntry

◆ FunctionExit

◆ None

◆ Typed