Searched refs:getNumOptions (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 94 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in OptTable() 112 for (unsigned i = FirstSearchableIndex, e = getNumOptions(); i != e; ++i) { in OptTable() 120 for (unsigned i = FirstSearchableIndex + 1, e = getNumOptions(); i != e; ++i){ in OptTable() 147 assert((unsigned) (id - 1) < getNumOptions() && "Invalid ID."); in getOption() 745 for (unsigned Id = 1, e = getNumOptions() + 1; Id != e; ++Id) { in internalPrintHelp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassNameParser.h | 70 if (findOption(P->getPassArgument().data()) != getNumOptions()) { in passRegistered()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptTable.h | 115 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID."); in getInfo() 134 unsigned getNumOptions() const { return OptionInfos.size(); } in getNumOptions() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 2076 unsigned e = getNumOptions(); in findOption() 2103 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in getOptionWidth() 2113 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) in getOptionWidth() 2128 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo() 2142 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo() 2162 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo() 2181 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 746 virtual unsigned getNumOptions() const = 0; 786 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) 840 unsigned getNumOptions() const override { return unsigned(Values.size()); }
|