Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
214 CmdArgs.push_back(XRayInstrumentOption); in addArgs()