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

  /external/llvm/include/llvm/Support/
CommandLine.h 178 const char *HelpStr; // The descriptive text message for -help
207 void setDescription(const char *S) { HelpStr = S; }
223 ArgStr(""), HelpStr(""), ValueStr("") {
504 GenericOptionInfo(const char *name, const char *helpStr) :
505 Name(name), HelpStr(helpStr) {}
507 const char *HelpStr;
603 OptionInfo(const char *name, DataType v, const char *helpStr) :
604 GenericOptionInfo(name, helpStr), V(v) {}
615 return Values[N].HelpStr;
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 856 errs() << HelpStr; // Be nice for positional arguments
    [all...]

Completed in 41 milliseconds