Home | History | Annotate | Download | only in Option

Lines Matching defs:OptTable

1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "llvm/Option/OptTable.h"
51 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
73 static inline bool operator<(const OptTable::Info &I, const char *Name) {
76 static inline bool operator<(const char *Name, const OptTable::Info &I) {
84 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos)
152 OptTable::~OptTable() {
155 const Option OptTable::getOption(OptSpecifier Opt) const {
174 static unsigned matchOption(const OptTable::Info *I, StringRef Str) {
183 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index,
242 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin,
295 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) {
358 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) {
376 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
383 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,