Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp135 class PrintArg { class
140 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
143 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1616 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()
1827 outs() << PrintArg(ArgStr); in printOptionInfo()
1857 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1876 outs() << PrintArg(O.ArgStr); in printOptionName()
2057 outs() << PrintArg(O.ArgStr); in printOptionInfo()
2065 outs() << PrintArg(O.ArgStr) << EqValue; in printOptionInfo()
2091 outs() << " " << PrintArg(Option); in printOptionInfo()
[all …]