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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1140 // getValueStr - Get the value description string, using "DefaultMsg" if nothing
1143 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { function
1183 Len += getValueStr(O, ValName).size() + 3;
1196 outs() << "=<" << getValueStr(O, ValName) << '>';

Completed in 57 milliseconds