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

1 2 3 4

  /external/clang/lib/Driver/
DriverOptions.cpp 12 #include "llvm/Option/OptTable.h"
23 static const OptTable::Info InfoTable[] = {
34 class DriverOptTable : public OptTable {
37 : OptTable(InfoTable) {}
42 OptTable *clang::driver::createDriverOptTable() {
  /external/clang/include/clang/Driver/
Options.h 15 class OptTable;
47 llvm::opt::OptTable *createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.h 17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Options.h 17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
  /external/llvm/include/llvm/Option/
OptTable.h 1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
27 /// The OptTable class provides a layer of indirection which allows Option
29 /// be needed at runtime; the OptTable class maintains enough information to
32 class OptTable {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
27 /// The OptTable class provides a layer of indirection which allows Option
29 /// be needed at runtime; the OptTable class maintains enough information to
32 class OptTable {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
86 ~OptTable();
123 /// Find flags from OptTable which starts with Cur.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
86 ~OptTable();
123 /// Find flags from OptTable which starts with Cur.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
27 /// The OptTable class provides a layer of indirection which allows Option
29 /// be needed at runtime; the OptTable class maintains enough information to
32 class OptTable {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
86 ~OptTable();
123 /// Find flags from OptTable which starts with Cur.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
86 ~OptTable();
123 /// Find flags from OptTable which starts with Cur.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
87 ~OptTable();
137 /// Find flags from OptTable which starts with Cur.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
OptTable.h 1 //===- OptTable.h - Option Table --------------------------------*- C++ -*-===//
34 /// The OptTable class provides a layer of indirection which allows Option
36 /// be needed at runtime; the OptTable class maintains enough information to
39 class OptTable {
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
87 ~OptTable();
137 /// Find flags from OptTable which starts with Cur.

Completed in 936 milliseconds

1 2 3 4