clang
10.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 45 of file XRayInstr.h.
|
inline |
Definition at line 58 of file XRayInstr.h.
|
inline |
Definition at line 60 of file XRayInstr.h.
|
inline |
Definition at line 62 of file XRayInstr.h.
References clang::XRayInstrKind::All.
|
inline |
Definition at line 46 of file XRayInstr.h.
Referenced by clang::CodeGen::CodeGenFunction::StartFunction().
|
inline |
Definition at line 51 of file XRayInstr.h.
|
inline |
Definition at line 53 of file XRayInstr.h.
XRayInstrMask clang::XRayInstrSet::Mask = 0 |
Definition at line 64 of file XRayInstr.h.
Referenced by clang::CodeGen::CodeGenFunction::AlwaysEmitXRayCustomEvents(), and clang::CodeGen::CodeGenFunction::AlwaysEmitXRayTypedEvents().