Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp136 class PrintArg { class
141 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
144 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1528 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()
1756 outs() << PrintArg(ArgStr); in printOptionInfo()
1786 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1803 outs() << PrintArg(O.ArgStr); in printOptionName()
1984 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1992 outs() << PrintArg(O.ArgStr) << EqValue; in printOptionInfo()
2018 outs() << " " << PrintArg(Option); in printOptionInfo()
[all …]