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

/external/llvm/lib/Support/
H A DCommandLine.cpp1162 // getValueStr - Get the value description string, using "DefaultMsg" if nothing
1165 static const char *getValueStr(const Option &O, const char *DefaultMsg) { function
1205 Len += std::strlen(getValueStr(O, ValName)) + 3;
1218 outs() << "=<" << getValueStr(O, ValName) << '>';

Completed in 54 milliseconds