Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp133 class PrintArg { class
137 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anon1df4e36e0111::PrintArg
138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1526 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()
1680 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()
1754 outs() << PrintArg(ArgStr); in printOptionInfo()
1784 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1801 outs() << PrintArg(O.ArgStr); in printOptionName()
1980 outs() << PrintArg(O.ArgStr); in printOptionInfo()
[all …]