Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/Driver/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp65 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 …]
DCMakeLists.txt5 OptTable.cpp
/external/llvm/lib/Option/
DOptTable.cpp56 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 …]
DCMakeLists.txt5 OptTable.cpp
/external/llvm-project/llvm/lib/Option/
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 …]
DCMakeLists.txt5 OptTable.cpp
/external/clang/lib/Driver/
DDriverOptions.cpp23 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/
DOption.h69 const OptTable::Info *Info;
70 const OptTable *Owner;
73 Option(const OptTable::Info *Info, const OptTable *Owner);
DOptTable.h32 class OptTable {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
/external/llvm-project/llvm/include/llvm/Option/
DOption.h77 const OptTable::Info *Info;
78 const OptTable *Owner;
81 Option(const OptTable::Info *Info, const OptTable *Owner);
DOptTable.h40 class OptTable {
89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
92 ~OptTable();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOption.h77 const OptTable::Info *Info;
78 const OptTable *Owner;
81 Option(const OptTable::Info *Info, const OptTable *Owner);
DOptTable.h38 class OptTable {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
86 ~OptTable();
/external/clang/include/clang/Driver/
DOptions.h15 class OptTable; variable
47 llvm::opt::OptTable *createDriverOptTable();
DDriver.h35 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/
DOptions.h16 class OptTable; variable
54 const llvm::opt::OptTable &getDriverOptTable();
/external/llvm-project/llvm/tools/llvm-mt/
Dllvm-mt.cpp49 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/
DDlltoolDriver.cpp41 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/
DDlltoolDriver.cpp41 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/
DLibDriver.cpp42 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/
DCopyConfig.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 …]
/external/llvm-project/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp52 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/
Dllvm-rc.cpp56 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/
DBUILD.gn7 "OptTable.cpp",

123