Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DXRayArgs.cpp27 constexpr char XRayInstrumentOption[] = "-fxray-instrument"; variable
51 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
59 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
68 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
72 << (std::string(XRayInstrumentOption) + " on " + Triple.str()); in XRayArgs()
187 CmdArgs.push_back(XRayInstrumentOption); in addArgs()