Home
last modified time | relevance | path

Searched refs:DefaultMsg (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() argument
899 if (O.ValueStr[0] == 0) return DefaultMsg; in getValueStr()
/external/llvm/lib/Support/
DCommandLine.cpp1370 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() argument
1372 return DefaultMsg; in getValueStr()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1393 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() argument
1395 return DefaultMsg; in getValueStr()