Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DXRayArgs.cpp26 constexpr char XRayInstrumentOption[] = "-fxray-instrument"; variable
52 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
58 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
67 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
71 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
215 CmdArgs.push_back(XRayInstrumentOption); in addArgs()