Searched refs:XRayInstrument (Results 1 – 8 of 8) sorted by relevance
28 bool XRayInstrument = false; variable44 bool needsXRayRt() const { return XRayInstrument && XRayRT; } in needsXRayRt()
2033 LangOpts<"XRayInstrument">, DefaultFalse,
80 XRayInstrument = true; in XRayArgs()212 if (!XRayInstrument) in addArgs()
196 // CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method)
54 FEATURE(xray_instrument, LangOpts.XRayInstrument)
401 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
751 def XRayInstrument : InheritableAttr {
467 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()