clang 20.0.0git
|
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 |
Enumerator | |
---|---|
XRIO_FunctionEntry | |
XRIO_FunctionExit | |
XRIO_Custom | |
XRIO_Typed | |
XRIO_Count |
Definition at line 30 of file XRayInstr.h.
|
constexpr |
Definition at line 43 of file XRayInstr.h.
Referenced by clang::XRayInstrSet::full(), parseXRayInstrumentationBundle(), clang::parseXRayInstrValue(), clang::serializeXRayInstrValue(), and clang::driver::XRayArgs::XRayArgs().
|
constexpr |
Definition at line 41 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::parseXRayInstrValue(), and clang::serializeXRayInstrValue().
|
constexpr |
Definition at line 39 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::parseXRayInstrValue(), and clang::serializeXRayInstrValue().
|
constexpr |
Definition at line 40 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::parseXRayInstrValue(), and clang::serializeXRayInstrValue().
|
constexpr |
Definition at line 38 of file XRayInstr.h.
Referenced by parseXRayInstrumentationBundle(), clang::parseXRayInstrValue(), clang::serializeXRayInstrValue(), and clang::driver::XRayArgs::XRayArgs().
|
constexpr |
Definition at line 42 of file XRayInstr.h.
Referenced by clang::driver::XRayArgs::addArgs(), clang::parseXRayInstrValue(), and clang::serializeXRayInstrValue().