Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp898 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/llvm/lib/Support/
DCommandLine.cpp1370 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/
DCommandLine.cpp1393 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()