Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp133 class PrintArg { class
138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1687 *Errs << PrintArg(NearestArgumentName, 0); in ParseCommandLineOptions()
1902 outs() << PrintArg(ArgStr); in printOptionInfo()
1932 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1951 outs() << PrintArg(O.ArgStr); in printOptionName()
2132 outs() << PrintArg(O.ArgStr); in printOptionInfo()
2140 outs() << PrintArg(O.ArgStr) << EqValue; in printOptionInfo()
2166 outs() << " " << PrintArg(Option); in printOptionInfo()
[all …]