Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp134 class PrintArg { class
138 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anoneac38b030111::PrintArg
139 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
142 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1704 *Errs << PrintArg(NearestArgumentName, 0); in ParseCommandLineOptions()
1858 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()
1917 outs() << PrintArg(ArgStr); in printOptionInfo()
1947 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1966 outs() << PrintArg(O.ArgStr); in printOptionName()
2125 outs() << PrintArg(O.ArgStr); in printOptionInfo()
[all …]