/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
|
D | Android.mk | 7 OptTable.cpp
|
D | Option.cpp | 23 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
|
/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()
|
D | MSVCToolChain.cpp | 641 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
D | ToolChains.cpp | 466 const OptTable &Opts = getDriver().getOpts(); in AddDeploymentTarget() 766 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() 997 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs() 4227 const OptTable &Opts = getDriver().getOpts(); in TranslateArgs()
|
D | Driver.cpp | 199 static Arg *MakeInputArg(DerivedArgList &Args, OptTable *Opts, in MakeInputArg()
|
/external/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 | 32 class OptTable { 76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false); 79 ~OptTable();
|
D | OptParser.td | 55 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
|
/external/clang/include/clang/Driver/ |
D | Options.h | 15 class OptTable; variable 47 llvm::opt::OptTable *createDriverOptTable();
|
D | Driver.h | 34 class OptTable; variable 66 llvm::opt::OptTable *Opts; 233 const llvm::opt::OptTable &getOpts() const { return *Opts; } in getOpts()
|
/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/unittests/Option/ |
D | OptionParsingTest.cpp | 38 static const OptTable::Info InfoTable[] = { 48 class TestOptTable : public OptTable { 51 : OptTable(InfoTable, IgnoreCase) {} in TestOptTable()
|
/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 56 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 165 std::unique_ptr<OptTable> OptTbl(createDriverOptTable()); in CreateFromArgs() 479 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main()
|
D | driver.cpp | 265 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1991 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateFromArgs()
|
/external/v8/third_party/llvm-build/Release+Asserts/ |
D | buildlog.txt | 523 [214/1876] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o 3351 …lave/linux_upload_clang/build/src/third_party/llvm-bootstrap-install/include/llvm/Option/OptTable.h 7759 ninja explain: deps for 'lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o' are missing 7760 ninja explain: lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o is dirty 14530 [221/2609] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o
|