HomeSort by relevance Sort by last modified time
    Searched refs:HelpStr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 69 ASSERT_STREQ(Retrieved->HelpStr, Description) <<
  /external/llvm/include/llvm/Support/
CommandLine.h 196 const char *HelpStr; // The descriptive text message for -help
226 void setDescription(const char *S) { HelpStr = S; }
243 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
532 GenericOptionInfo(const char *name, const char *helpStr) :
533 Name(name), HelpStr(helpStr) {}
535 const char *HelpStr;
631 OptionInfo(const char *name, DataType v, const char *helpStr) :
632 GenericOptionInfo(name, helpStr), V(v) {}
643 return Values[N].HelpStr;
    [all...]

Completed in 2455 milliseconds