Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anonb28886ba0111::PrintArg
138 friend raw_ostream &operator<<(raw_ostream &OS, const PrintArg &);
141 raw_ostream &operator<<(raw_ostream &OS, const PrintArg& Arg) { in operator <<()
1691 << PrintArg(NearestHandlerString, 0) << "'?\n"; in ParseCommandLineOptions()
1843 Errs << GlobalParser->ProgramName << ": for the " << PrintArg(ArgName, 0); in error()
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()
[all …]