Home
last modified time | relevance | path

Searched refs:InstrumentationBundle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DXRayArgs.cpp102 InstrumentationBundle.Mask = XRayInstrKind::All; in XRayArgs()
121 InstrumentationBundle.clear(); in XRayArgs()
125 InstrumentationBundle.Mask |= Mask; in XRayArgs()
229 if (InstrumentationBundle.full()) { in addArgs()
231 } else if (InstrumentationBundle.empty()) { in addArgs()
234 if (InstrumentationBundle.has(XRayInstrKind::Function)) in addArgs()
236 if (InstrumentationBundle.has(XRayInstrKind::Custom)) in addArgs()
238 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DXRayArgs.h28 XRayInstrSet InstrumentationBundle; variable
43 XRayInstrSet instrumentationBundle() const { return InstrumentationBundle; } in instrumentationBundle()