Searched refs:addOccurrence (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 392 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, 1912 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value, 1914 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | CommandLine.cpp | 633 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence() 644 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence() 1697 SinkOpt->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions() 1849 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
|