Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1714 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() function
1775 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth()
1791 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo()
1793 outs() << "[=<" << getValueStr(O, ValName) << ">]"; in printOptionInfo()
1795 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()