Home
last modified time | relevance | path

Searched refs:OptTable (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp66 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 DCMakeLists.txt5 OptTable.cpp
H A DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriverOptions.cpp23 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 DOption.h77 const OptTable::Info *Info;
78 const OptTable *Owner;
81 Option(const OptTable::Info *Info, const OptTable *Owner);
H A DOptTable.h40 class OptTable {
89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
92 ~OptTable();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.h14 class OptTable; variable
52 const llvm::opt::OptTable &getDriverOptTable();
H A DDriver.h325 const llvm::opt::OptTable &getOpts() const { return getDriverOptTable(); } in getOpts()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp49 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 DDlltoolDriver.cpp41 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 DConfigManager.cpp42 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 Dllvm-cvtres.cpp52 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 Dllvm-rc.cpp63 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 DLibDriver.cpp47 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 DBUILD.gn7 "OptTable.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMOption/
H A DMakefile11 OptTable.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp63 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 Dllvm-symbolizer.cpp55 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 Ddsymutil.cpp69 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 Dllvm-lipo.cpp80 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 DClangCheck.cpp58 static const opt::OptTable &Options = getDriverOptTable();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp155 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 DInterpreter.cpp154 const llvm::opt::OptTable &Opts = driver::getDriverOptTable(); in create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp238 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
H A DMSVC.cpp1382 const char *ExpandChar, const OptTable &Opts) { in TranslateOptArg()
1477 const OptTable &Opts) { in TranslateDArg()
1497 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()

12