Searched refs:DefaultMsg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DCommandLine.cpp1064 // getValueStr - Get the value description string, using "DefaultMsg" if nothing
1067 static const char *getValueStr(const Option &O, const char *DefaultMsg) { argument
1068 if (O.ValueStr[0] == 0) return DefaultMsg;

Completed in 79 milliseconds