Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp89 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in OptTable()
107 for (unsigned i = FirstSearchableIndex, e = getNumOptions(); i != e; ++i) { in OptTable()
115 for (unsigned i = FirstSearchableIndex + 1, e = getNumOptions(); i != e; ++i){ in OptTable()
142 assert((unsigned) (id - 1) < getNumOptions() && "Invalid ID."); in getOption()
755 for (unsigned Id = 1, e = getNumOptions() + 1; Id != e; ++Id) { in internalPrintHelp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h71 if (findOption(P->getPassArgument().data()) != getNumOptions()) { in passRegistered()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h159 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID."); in getInfo()
188 unsigned getNumOptions() const { return OptionInfos.size(); } in getNumOptions() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2071 unsigned e = getNumOptions(); in findOption()
2098 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in getOptionWidth()
2108 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) in getOptionWidth()
2123 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo()
2137 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo()
2157 for (unsigned i = 0, e = getNumOptions(); i != e; ++i) { in printOptionInfo()
2176 unsigned NumOpts = getNumOptions(); in printGenericOptionDiff()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h747 virtual unsigned getNumOptions() const = 0;
787 for (unsigned i = 0, e = getNumOptions(); i != e; ++i)
841 unsigned getNumOptions() const override { return unsigned(Values.size()); }
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc13069 …smWriterFlavorTyE13getNumOptionsEv", "llvm::cl::parser<AsmWriterFlavorTy>::getNumOptions() const"},
15504 …cheduleDAGSDNodes* (*)(llvm::SelectionDAGISel*, llvm::CodeGenOpt::Level)>::getNumOptions() const"},
17418 …nPassEvEE13getNumOptionsEv", "llvm::cl::parser<llvm::FunctionPass* (*)()>::getNumOptions() const"},
17756 …rapDebugLevelE13getNumOptionsEv", "llvm::cl::parser<ShrinkWrapDebugLevel>::getNumOptions() const"},
17867 …13getNumOptionsEv", "llvm::cl::parser<(anonymous namespace)::SpillerName>::getNumOptions() const"},
18112 …3getNumOptionsEv", "llvm::cl::parser<(anonymous namespace)::RewriterName>::getNumOptions() const"},
20606 …odel5ModelEE13getNumOptionsEv", "llvm::cl::parser<llvm::CodeModel::Model>::getNumOptions() const"},
20620 …S_5Reloc5ModelEE13getNumOptionsEv", "llvm::cl::parser<llvm::Reloc::Model>::getNumOptions() const"},
20634 …I7ABITypeEE13getNumOptionsEv", "llvm::cl::parser<llvm::FloatABI::ABIType>::getNumOptions() const"},
22208 …S_8PassInfoEE13getNumOptionsEv", "llvm::cl::parser<llvm::PassInfo const*>::getNumOptions() const"},
[all …]