clang
8.0.0
|
#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 46 of file XRayInstr.h.
|
inline |
Definition at line 59 of file XRayInstr.h.
|
inline |
Definition at line 61 of file XRayInstr.h.
|
inline |
Definition at line 63 of file XRayInstr.h.
References clang::XRayInstrKind::All.
|
inline |
Definition at line 47 of file XRayInstr.h.
Referenced by clang::CodeGen::CodeGenFunction::StartFunction().
|
inline |
Definition at line 52 of file XRayInstr.h.
|
inline |
Definition at line 54 of file XRayInstr.h.
XRayInstrMask clang::XRayInstrSet::Mask = 0 |
Definition at line 65 of file XRayInstr.h.
Referenced by clang::CodeGen::CodeGenFunction::AlwaysEmitXRayCustomEvents(), and clang::CodeGen::CodeGenFunction::AlwaysEmitXRayTypedEvents().