Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1096 static const char *getValueStr(const Option &O, const char *DefaultMsg) { in getValueStr() function
1137 Len += std::strlen(getValueStr(O, ValName))+3; in getOptionWidth()
1150 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()