clang
15.0.0git
|
#include "clang/Basic/XRayInstr.h"
Public Member Functions | |
bool | has (XRayInstrMask K) const |
bool | hasOneOf (XRayInstrMask K) const |
void | set (XRayInstrMask K, bool Value) |
void | clear (XRayInstrMask K=XRayInstrKind::All) |
bool | empty () const |
bool | full () const |
Public Attributes | |
XRayInstrMask | Mask = 0 |
Definition at line 47 of file XRayInstr.h.
|
inline |
Definition at line 59 of file XRayInstr.h.
References Mask.
|
inline |
Definition at line 61 of file XRayInstr.h.
References Mask.
|
inline |
Definition at line 63 of file XRayInstr.h.
References clang::XRayInstrKind::All, and Mask.
|
inline |
Definition at line 48 of file XRayInstr.h.
References Mask.
Referenced by clang::serializeXRayInstrValue(), and clang::CodeGen::CodeGenFunction::StartFunction().
|
inline |
Definition at line 53 of file XRayInstr.h.
References Mask.
|
inline |
Definition at line 55 of file XRayInstr.h.
References Mask.
XRayInstrMask clang::XRayInstrSet::Mask = 0 |
Definition at line 65 of file XRayInstr.h.
Referenced by clang::CodeGen::CodeGenFunction::AlwaysEmitXRayCustomEvents(), clang::CodeGen::CodeGenFunction::AlwaysEmitXRayTypedEvents(), clear(), empty(), full(), has(), hasOneOf(), clang::serializeXRayInstrValue(), and set().