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 180 const char *HelpStr; // The descriptive text message for -help
209 void setDescription(const char *S) { HelpStr = S; }
225 ArgStr(""), HelpStr(""), ValueStr("") {
507 GenericOptionInfo(const char *name, const char *helpStr) :
508 Name(name), HelpStr(helpStr) {}
510 const char *HelpStr;
606 OptionInfo(const char *name, DataType v, const char *helpStr) :
607 GenericOptionInfo(name, helpStr), V(v) {}
618 return Values[N].HelpStr;
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 860 errs() << HelpStr; // Be nice for positional arguments
    [all...]

Completed in 5242 milliseconds