LLVM  3.7.0
llvm::opt::OptTable Member List

This is the complete list of members for llvm::opt::OptTable, including all inherited members.

getNumOptions() const llvm::opt::OptTableinline
getOption(OptSpecifier Opt) const llvm::opt::OptTable
getOptionGroupID(OptSpecifier id) const llvm::opt::OptTableinline
getOptionHelpText(OptSpecifier id) const llvm::opt::OptTableinline
getOptionKind(OptSpecifier id) const llvm::opt::OptTableinline
getOptionMetaVar(OptSpecifier id) const llvm::opt::OptTableinline
getOptionName(OptSpecifier id) const llvm::opt::OptTableinline
OptTable(const Info *OptionInfos, unsigned NumOptionInfos, bool IgnoreCase=false)llvm::opt::OptTableprotected
ParseArgs(ArrayRef< const char * > Args, unsigned &MissingArgIndex, unsigned &MissingArgCount, unsigned FlagsToInclude=0, unsigned FlagsToExclude=0) const llvm::opt::OptTable
ParseOneArg(const ArgList &Args, unsigned &Index, unsigned FlagsToInclude=0, unsigned FlagsToExclude=0) const llvm::opt::OptTable
PrintHelp(raw_ostream &OS, const char *Name, const char *Title, unsigned FlagsToInclude, unsigned FlagsToExclude) const llvm::opt::OptTable
PrintHelp(raw_ostream &OS, const char *Name, const char *Title, bool ShowHidden=false) const llvm::opt::OptTable
~OptTable()llvm::opt::OptTable