Home
last modified time | relevance | path

Searched refs:getNumOptions (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp94 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 DLegacyPassNameParser.h70 if (findOption(P->getPassArgument().data()) != getNumOptions()) { in passRegistered()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h115 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 DCommandLine.cpp2076 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 DCommandLine.h746 virtual unsigned getNumOptions() const = 0;
786 for (unsigned i = 0, e = getNumOptions(); i != e; ++i)
840 unsigned getNumOptions() const override { return unsigned(Values.size()); }