Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DXRayArgs.h28 bool XRayInstrument = false; variable
44 bool needsXRayRt() const { return XRayInstrument && XRayRT; } in needsXRayRt()
H A DOptions.td2033 LangOpts<"XRayInstrument">, DefaultFalse,
/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp80 XRayInstrument = true; in XRayArgs()
212 if (!XRayInstrument) in addArgs()
/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test196 // CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFeatures.def54 FEATURE(xray_instrument, LangOpts.XRayInstrument)
H A DLangOptions.def401 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
H A DAttr.td751 def XRayInstrument : InheritableAttr {
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp467 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()