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

  /external/llvm/lib/Support/
CommandLine.cpp 125 if (O->ArgStr[0])
126 OptionNames.push_back(O->ArgStr);
210 if (O->ArgStr[0])
211 OptionNames.push_back(O->ArgStr);
326 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, 0, Dummy);
589 } else if (UnboundedFound && !Opt->ArgStr[0]) {
858 if (ArgName.data() == 0) ArgName = ArgStr;
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 179 const char *ArgStr; // The argument string itself (ex: "help", "o")
202 // hasArgStr - Return true if the argstr != ""
203 bool hasArgStr() const { return ArgStr[0] != 0; }
208 void setArgStr(const char *S) { ArgStr = S; }
225 ArgStr(""), HelpStr(""), ValueStr("") {
553 // argstr field should be stable, copy it down now.
559 // If there has been no argstr specified, that means that we need to add an
569 // If there is an ArgStr specified, then we are of the form:
716 const char *ArgStr;
724 ArgStr = O.ArgStr
    [all...]

Completed in 322 milliseconds