Searched refs:addOccurrence (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 391 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, 1929 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value, 1931 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 631 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence() 642 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence() 1689 SinkOpt->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions() 1864 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23679 {"_ZN4llvm2cl6Option13addOccurrenceEjNS_9StringRefES2_b", "llvm::cl::Option::addOccurrence(unsigned…
|