Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp136 class PrintArg { class
140 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anonc322a41b0111::PrintArg
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()
1682 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()
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()
[all …]