HomeSort by relevance Sort by last modified time
    Searched refs:OptTable (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/llvm/lib/LibDriver/
LibDriver.cpp 42 static const llvm::opt::OptTable::Info infoTable[] = {
52 class LibOptTable : public llvm::opt::OptTable {
54 LibOptTable() : OptTable(infoTable, true) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
275 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
275 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 1 //===- unittest/Support/OptionParsingTest.cpp - OptTable tests ------------===//
38 static const OptTable::Info InfoTable[] = {
48 class TestOptTable : public OptTable {
51 : OptTable(InfoTable, IgnoreCase) {}
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 33 #include <llvm/Option/OptTable.h>
75 class OptTable : public llvm::opt::OptTable {
81 static const llvm::opt::OptTable::Info InfoTable[];
84 OptTable();
121 const char* const Driver::OptTable::NAME[] = VALUE;
125 const llvm::opt::OptTable::Info Driver::OptTable::InfoTable[] = {
135 Driver::OptTable::OptTable()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Driver.h 35 class OptTable;
66 std::unique_ptr<llvm::opt::OptTable> Opts;
280 const llvm::opt::OptTable &getOpts() const { return *Opts; }
  /external/llvm/lib/Option/
Option.cpp 23 Option::Option(const OptTable::Info *info, const OptTable *owner)
  /external/clang/tools/clang-check/
ClangCheck.cpp 30 #include "llvm/Option/OptTable.h"
56 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 27 #include "llvm/Option/OptTable.h"
174 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
  /frameworks/compile/slang/
llvm-rs-cc.cpp 28 #include "llvm/Option/OptTable.h"
241 std::unique_ptr<llvm::opt::OptTable> OptTbl(slang::createRSCCOptTable());
  /external/clang/tools/driver/
cc1as_main.cpp 40 #include "llvm/Option/OptTable.h"
164 std::unique_ptr<OptTable> OptTbl(createDriverOptTable());
475 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
driver.cpp 33 #include "llvm/Option/OptTable.h"
265 std::unique_ptr<OptTable> Opts(createDriverOptTable());
  /external/clang/lib/Driver/
MSVCToolChain.cpp 700 const char *ExpandChar, const OptTable &Opts) {
792 const OptTable &Opts) {
811 const OptTable &Opts = getDriver().getOpts();
ToolChains.cpp 27 #include "llvm/Option/OptTable.h"
496 const OptTable &Opts = getDriver().getOpts();
803 const OptTable &Opts = getDriver().getOpts();
    [all...]

Completed in 775 milliseconds

1 23 4