/external/llvm-project/clang/lib/Driver/ |
D | DriverOptions.cpp | 23 static const OptTable::Info InfoTable[] = { 34 class DriverOptTable : public OptTable { 37 : OptTable(InfoTable) {} in DriverOptTable() 42 const llvm::opt::OptTable &clang::driver::getDriverOptTable() { in getDriverOptTable() 48 OptTable &Opt = *Result; in getDriverOptTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 65 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) { in operator <() 88 static inline bool operator<(const OptTable::Info &I, const char *Name) { in operator <() 97 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable 159 OptTable::~OptTable() = default; 161 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() 180 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption() 197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() 209 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions() 229 OptTable::findByPrefix(StringRef Cur, unsigned short DisableFlags) const { in findByPrefix() 249 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() [all …]
|
D | CMakeLists.txt | 5 OptTable.cpp
|
/external/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(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable 151 OptTable::~OptTable() { in ~OptTable() 154 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() 173 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption() 189 Arg *OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg() 248 InputArgList OptTable::ParseArgs(ArrayRef<const char *> ArgArr, in ParseArgs() 291 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() 366 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() [all …]
|
D | CMakeLists.txt | 5 OptTable.cpp
|
/external/llvm-project/llvm/lib/Option/ |
D | OptTable.cpp | 66 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) { in operator <() 89 static inline bool operator<(const OptTable::Info &I, const char *Name) { in operator <() 98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable 160 OptTable::~OptTable() = default; 162 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() 181 static unsigned matchOption(const OptTable::Info *I, StringRef Str, in matchOption() 198 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() 213 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions() 233 OptTable::findByPrefix(StringRef Cur, unsigned int DisableFlags) const { in findByPrefix() 253 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() [all …]
|
D | CMakeLists.txt | 5 OptTable.cpp
|
/external/clang/lib/Driver/ |
D | DriverOptions.cpp | 23 static const OptTable::Info InfoTable[] = { 34 class DriverOptTable : public OptTable { 37 : OptTable(InfoTable) {} in DriverOptTable() 42 OptTable *clang::driver::createDriverOptTable() { in createDriverOptTable()
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 69 const OptTable::Info *Info; 70 const OptTable *Owner; 73 Option(const OptTable::Info *Info, const OptTable *Owner);
|
D | OptTable.h | 32 class OptTable { 76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false); 79 ~OptTable();
|
/external/llvm-project/llvm/include/llvm/Option/ |
D | Option.h | 77 const OptTable::Info *Info; 78 const OptTable *Owner; 81 Option(const OptTable::Info *Info, const OptTable *Owner);
|
D | OptTable.h | 40 class OptTable { 89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false); 92 ~OptTable();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | Option.h | 77 const OptTable::Info *Info; 78 const OptTable *Owner; 81 Option(const OptTable::Info *Info, const OptTable *Owner);
|
D | OptTable.h | 38 class OptTable { 83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false); 86 ~OptTable();
|
/external/clang/include/clang/Driver/ |
D | Options.h | 15 class OptTable; variable 47 llvm::opt::OptTable *createDriverOptTable();
|
D | Driver.h | 35 class OptTable; variable 67 llvm::opt::OptTable *Opts; 240 const llvm::opt::OptTable &getOpts() const { return *Opts; } in getOpts()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.h | 16 class OptTable; variable 54 const llvm::opt::OptTable &getDriverOptTable();
|
/external/llvm-project/llvm/tools/llvm-mt/ |
D | llvm-mt.cpp | 49 static const opt::OptTable::Info InfoTable[] = { 61 class CvtResOptTable : public opt::OptTable { 63 CvtResOptTable() : OptTable(InfoTable, true) {} in CvtResOptTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 41 static const llvm::opt::OptTable::Info InfoTable[] = { 49 class DllOptTable : public llvm::opt::OptTable { 51 DllOptTable() : OptTable(InfoTable, false) {} in DllOptTable()
|
/external/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 41 static const llvm::opt::OptTable::Info InfoTable[] = { 49 class DllOptTable : public llvm::opt::OptTable { 51 DllOptTable() : OptTable(InfoTable, false) {} in DllOptTable()
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 42 static const llvm::opt::OptTable::Info infoTable[] = { 52 class LibOptTable : public llvm::opt::OptTable { 54 LibOptTable() : OptTable(infoTable, true) {} in LibOptTable()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CopyConfig.cpp | 42 static const opt::OptTable::Info ObjcopyInfoTable[] = { 61 class ObjcopyOptTable : public opt::OptTable { 63 ObjcopyOptTable() : OptTable(ObjcopyInfoTable) {} in ObjcopyOptTable() 80 static const opt::OptTable::Info InstallNameToolInfoTable[] = { 99 class InstallNameToolOptTable : public opt::OptTable { 101 InstallNameToolOptTable() : OptTable(InstallNameToolInfoTable) {} in InstallNameToolOptTable() 117 static const opt::OptTable::Info BitcodeStripInfoTable[] = { 136 class BitcodeStripOptTable : public opt::OptTable { 138 BitcodeStripOptTable() : OptTable(BitcodeStripInfoTable) {} in BitcodeStripOptTable() 154 static const opt::OptTable::Info StripInfoTable[] = { [all …]
|
/external/llvm-project/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 52 static const opt::OptTable::Info InfoTable[] = { 64 class CvtResOptTable : public opt::OptTable { 66 CvtResOptTable() : OptTable(InfoTable, true) {} in CvtResOptTable()
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | llvm-rc.cpp | 56 static const opt::OptTable::Info InfoTable[] = { 68 class RcOptTable : public opt::OptTable { 70 RcOptTable() : OptTable(InfoTable, /* IgnoreCase = */ true) {} in RcOptTable()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Option/ |
D | BUILD.gn | 7 "OptTable.cpp",
|