Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DXRayArgs.h28 bool XRayInstrument = false; variable
44 bool needsXRayRt() const { return XRayInstrument && XRayRT; } in needsXRayRt()
H A DOptions.td1847 LangOpts<"XRayInstrument">, DefaultFalse,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp79 XRayInstrument = true; in XRayArgs()
211 if (!XRayInstrument) in addArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFeatures.def49 FEATURE(xray_instrument, LangOpts.XRayInstrument)
H A DLangOptions.def376 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
H A DAttr.td720 def XRayInstrument : InheritableAttr {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp451 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()