Searched refs:XRayInstrument (Results 1 – 7 of 7) sorted by relevance
33 XRayInstrument = Args.getLastArg(options::OPT_fxray_instrument); in XRayArgs()41 << XRayInstrument->getSpelling() << Triple.str(); in XRayArgs()59 << XRayInstrument->getSpelling() << Triple.str(); in XRayArgs()63 << XRayInstrument->getSpelling() << Triple.str(); in XRayArgs()70 << XRayInstrument->getSpelling() << A->getSpelling(); in XRayArgs()161 if (!XRayInstrument) in addArgs()164 XRayInstrument->render(Args, CmdArgs); in addArgs()
28 llvm::opt::Arg *XRayInstrument = nullptr; variable37 bool needsXRayRt() const { return XRayInstrument && XRayRT; } in needsXRayRt()
2822 LangOpts<"XRayInstrument">, DefaultFalse,
54 FEATURE(xray_instrument, LangOpts.XRayInstrument)
440 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
879 def XRayInstrument : InheritableAttr {
578 CodeGenOpts.XRayInstrumentFunctions = LangOpts.XRayInstrument; in FixupInvocation()