Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1130 static const char *getValueStr(const Option &O, const char *DefaultMsg) { in getValueStr() function
1170 Len += std::strlen(getValueStr(O, ValName)) + 3; in getOptionWidth()
1183 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()