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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp26 constexpr char XRayInstrumentOption[] = "-fxray-instrument"; member in namespace:__anon3001
50 << (std::string(XRayInstrumentOption) + " on " + Triple.str());
58 << (std::string(XRayInstrumentOption) + " on " + Triple.str());
67 << (std::string(XRayInstrumentOption) + " on " + Triple.str());
71 << (std::string(XRayInstrumentOption) + " on " + Triple.str());
193 CmdArgs.push_back(XRayInstrumentOption);

Completed in 53 milliseconds