Searched defs:getNumOptions (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Option/
H A DOptTable.h71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
82 unsigned getNumOptions() const { return OptionInfos.size(); } function in class:llvm::opt::OptTable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h513 // getNumOptions - Virtual function implemented by generic subclass to
516 virtual unsigned getNumOptions() const = 0;
561 for (unsigned i = 0, e = getNumOptions(); i != e; ++i)
585 // argument string. If the option is not found, getNumOptions() is returned.
613 unsigned getNumOptions() const { return unsigned(Values.size()); } function in class:llvm::cl::parser

Completed in 113 milliseconds