Searched refs:addOccurrence (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 260 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurence() 272 if (Handler->addOccurrence(pos, ArgName, Value, MultiArg)) in CommaSeparateAndAddOccurence() 897 (*I)->addOccurrence(i, "", argv[i]); in ParseCommandLineOptions() 1041 bool Option::addOccurrence(unsigned pos, StringRef ArgName, in addOccurrence() function in Option
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 268 bool addOccurrence(unsigned pos, StringRef ArgName,
|