Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DXRayInstr.h46 struct XRayInstrSet { struct
47 bool has(XRayInstrMask K) const { in has()
52 bool hasOneOf(XRayInstrMask K) const { return Mask & K; } in hasOneOf()
54 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;