clang 20.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.
Referenced by clang::driver::XRayArgs::XRayArgs().
|
inline |
Definition at line 61 of file XRayInstr.h.
References Mask.
Referenced by clang::driver::XRayArgs::addArgs().
|
inline |
Definition at line 63 of file XRayInstr.h.
References clang::XRayInstrKind::All, and Mask.
Referenced by clang::driver::XRayArgs::addArgs().
|
inline |
Definition at line 48 of file XRayInstr.h.
References Mask.
Referenced by clang::driver::XRayArgs::addArgs().
|
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 clear(), empty(), full(), has(), hasOneOf(), set(), and clang::driver::XRayArgs::XRayArgs().