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/include/llvm/Support/
CommandLine.h 195 const char *HelpStr; // The descriptive text message for -help
225 void setDescription(const char *S) { HelpStr = S; }
242 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
542 GenericOptionInfo(const char *name, const char *helpStr) :
543 Name(name), HelpStr(helpStr) {}
545 const char *HelpStr;
641 OptionInfo(const char *name, DataType v, const char *helpStr) :
642 GenericOptionInfo(name, helpStr), V(v) {}
653 return Values[N].HelpStr;
    [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 96 ASSERT_STREQ(Retrieved->HelpStr, Description) <<

Completed in 226 milliseconds