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

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 244 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
256 if (Handler->addOccurrence(pos, ArgName, Value, MultiArg))
719 (*I)->addOccurrence(i, "", argv[i]);
871 bool Option::addOccurrence(unsigned pos, StringRef ArgName,
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 334 // addOccurrence - Wrapper around handleOccurrence that enforces Flags.
336 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 491 /// CommaSeparateAndAddOccurrence - A wrapper around Handler->addOccurrence()
504 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
516 return Handler->addOccurrence(pos, ArgName, Value, MultiArg);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 252 // addOccurrence - Wrapper around handleOccurrence that enforces Flags.
254 bool addOccurrence(unsigned pos, StringRef ArgName,
    [all...]

Completed in 67 milliseconds