Home
last modified time | relevance | path

Searched defs:XRayInstrSet (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DXRayInstr.h47 struct XRayInstrSet { struct
48 bool has(XRayInstrMask K) const { in has()
53 bool hasOneOf(XRayInstrMask K) const { return Mask & K; } in hasOneOf()
55 void set(XRayInstrMask K, bool Value) { in set()
61 bool empty() const { return Mask == 0; } in empty()
63 bool full() const { return Mask == XRayInstrKind::All; } in full()
65 XRayInstrMask Mask = 0;