| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
| H A 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 …]
|
| H A D | CMakeLists.txt | 5 OptTable.cpp
|
| H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
| H A D | Option.h | 77 const OptTable::Info *Info; 78 const OptTable *Owner; 81 Option(const OptTable::Info *Info, const OptTable *Owner);
|
| H A D | OptTable.h | 40 class OptTable { 89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false); 92 ~OptTable();
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.h | 14 class OptTable; variable 52 const llvm::opt::OptTable &getDriverOptTable();
|
| H A D | Driver.h | 325 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 49 static const opt::OptTable::Info InfoTable[] = { 61 class CvtResOptTable : public opt::OptTable { 63 CvtResOptTable() : OptTable(InfoTable, true) {} in CvtResOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 52 static const opt::OptTable::Info InfoTable[] = { 64 class CvtResOptTable : public opt::OptTable { 66 CvtResOptTable() : OptTable(InfoTable, true) {} in CvtResOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 63 static const opt::OptTable::Info InfoTable[] = { 75 class RcOptTable : public opt::OptTable { 77 RcOptTable() : OptTable(InfoTable, /* IgnoreCase = */ true) {} in RcOptTable() 93 static const opt::OptTable::Info WindresInfoTable[] = { 105 class WindresOptTable : public opt::OptTable { 107 WindresOptTable() : OptTable(WindresInfoTable, /* IgnoreCase = */ false) {} in WindresOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 47 static const opt::OptTable::Info InfoTable[] = { 55 class LibOptTable : public opt::OptTable { 57 LibOptTable() : OptTable(InfoTable, true) {} in LibOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Option/ |
| H A D | BUILD.gn | 7 "OptTable.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMOption/ |
| H A D | Makefile | 11 OptTable.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 63 static const opt::OptTable::Info InfoTable[] = { 75 class MLOptTable : public opt::OptTable { 77 MLOptTable() : OptTable(InfoTable, /*IgnoreCase=*/false) {} in MLOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 55 static const opt::OptTable::Info InfoTable[] = { 67 class SymbolizerOptTable : public opt::OptTable { 69 SymbolizerOptTable() : OptTable(InfoTable, true) {} in SymbolizerOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 69 const opt::OptTable::Info InfoTable[] = { 81 class DsymutilOptTable : public opt::OptTable { 83 DsymutilOptTable() : OptTable(InfoTable) {} in DsymutilOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
| H A D | llvm-lipo.cpp | 80 static const opt::OptTable::Info LipoInfoTable[] = { 91 class LipoOptTable : public opt::OptTable { 93 LipoOptTable() : OptTable(LipoInfoTable) {} in LipoOptTable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/ |
| H A D | ClangCheck.cpp | 58 static const opt::OptTable &Options = getDriverOptTable();
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 155 auto &OptTable = clang::driver::getDriverOptTable(); in TransferableCommand() local 162 std::unique_ptr<llvm::opt::Arg> Arg(OptTable.ParseOneArg( in TransferableCommand()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 154 const llvm::opt::OptTable &Opts = driver::getDriverOptTable(); in create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPUOpenMP.cpp | 238 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
| H A D | MSVC.cpp | 1382 const char *ExpandChar, const OptTable &Opts) { in TranslateOptArg() 1477 const OptTable &Opts) { in TranslateDArg() 1497 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|