Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1476 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() function
1520 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()
1536 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo()
1538 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()