Searched refs:OptTable (Results 1 – 17 of 17) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Option/ |
| D | OptTable.cpp | 56 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) { in operator <() 79 static inline bool operator<(const OptTable::Info &I, const char *Name) { in operator <() 87 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos, in OptTable() function in OptTable 157 OptTable::~OptTable() { in ~OptTable() 160 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() 179 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption() 195 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg() 254 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs() 293 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() 357 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() [all …]
|
| D | Option.cpp | 22 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ |
| D | DriverOptions.cpp | 23 static const OptTable::Info InfoTable[] = { 34 class DriverOptTable : public OptTable { 37 : OptTable(InfoTable, llvm::array_lengthof(InfoTable)) {} in DriverOptTable() 42 OptTable *clang::driver::createDriverOptTable() { in createDriverOptTable()
|
| D | CC1AsOptions.cpp | 23 static const OptTable::Info CC1AsInfoTable[] = { 34 class CC1AsOptTable : public OptTable { 37 : OptTable(CC1AsInfoTable, llvm::array_lengthof(CC1AsInfoTable)) {} in CC1AsOptTable() 42 OptTable *clang::driver::createCC1AsOptTable() { in createCC1AsOptTable()
|
| D | ToolChains.cpp | 387 const OptTable &Opts = getDriver().getOpts(); in AddDeploymentTarget() 612 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| D | Driver.cpp | 194 static Arg* MakeInputArg(const DerivedArgList &Args, OptTable *Opts, in MakeInputArg()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Option/ |
| D | Option.h | 68 const OptTable::Info *Info; 69 const OptTable *Owner; 72 Option(const OptTable::Info *Info, const OptTable *Owner);
|
| D | OptTable.h | 31 class OptTable { 76 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos, 79 ~OptTable();
|
| D | OptParser.td | 55 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/ |
| D | CC1AsOptions.h | 15 class OptTable; variable 33 llvm::opt::OptTable *createCC1AsOptTable();
|
| D | Options.h | 15 class OptTable; variable 46 llvm::opt::OptTable *createDriverOptTable();
|
| D | Driver.h | 34 class OptTable; variable 52 llvm::opt::OptTable *Opts; 206 const llvm::opt::OptTable &getOpts() const { return *Opts; } in getOpts()
|
| /freebsd-10-stable/lib/clang/libllvmoption/ |
| D | Makefile | 10 OptTable.cpp \
|
| /freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/ |
| D | cc1as_main.cpp | 154 OwningPtr<OptTable> OptTbl(createCC1AsOptTable()); in CreateFromArgs() 431 OwningPtr<OptTable> Opts(driver::createCC1AsOptTable()); in cc1as_main()
|
| D | driver.cpp | 346 OwningPtr<OptTable> Opts(createDriverOptTable()); in main()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/FrontendTool/ |
| D | ExecuteCompilerInvocation.cpp | 181 OwningPtr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 1637 OwningPtr<OptTable> Opts(createDriverOptTable()); in CreateFromArgs()
|