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.cpp133 class PrintArg { class
137 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() function in __anoneac38b030111::PrintArg
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()
1841 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()
1900 outs() << PrintArg(ArgStr); in printOptionInfo()
1930 outs() << PrintArg(O.ArgStr); in printOptionInfo()
1949 outs() << PrintArg(O.ArgStr); in printOptionName()
2130 outs() << PrintArg(O.ArgStr); in printOptionInfo()
[all …]