Home
last modified time | relevance | path

Searched refs:XRayInstrument (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DXRayArgs.h28 bool XRayInstrument = false; variable
44 bool needsXRayRt() const { return XRayInstrument && XRayRT; } in needsXRayRt()
H A DOptions.td2084 LangOpts<"XRayInstrument">, DefaultFalse,
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DXRayArgs.cpp80 XRayInstrument = true; in XRayArgs()
211 if (!XRayInstrument) in addArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFeatures.def54 FEATURE(xray_instrument, LangOpts.XRayInstrument)
H A DLangOptions.def404 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
H A DAttr.td767 def XRayInstrument : InheritableAttr {
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp470 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()