Searched refs:getValueStr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CommandLine.cpp | 898 static const char *getValueStr(const Option &O, const char *DefaultMsg) { in getValueStr() function 930 Len += std::strlen(getValueStr(O, ValName))+3; in getOptionWidth() 943 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1444 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() function 1488 Len += getValueStr(O, ValName).size() + FormattingLen; in getOptionWidth() 1504 outs() << " <" << getValueStr(O, ValName) << ">..."; in printOptionInfo() 1506 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1370 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() function 1410 Len += getValueStr(O, ValName).size() + 3; in getOptionWidth() 1423 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1393 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() function 1434 Len += getValueStr(O, ValName).size() + 3; in getOptionWidth() 1448 outs() << "=<" << getValueStr(O, ValName) << '>'; in printOptionInfo()
|