Searched refs:OptTable (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
H A DOptions.h17 class OptTable;
50 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
H A DOptions.h17 class OptTable;
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
H A DOptTable.h1 //===--- 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 { class in namespace:llvm::opt
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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-4639204/include/llvm/Option/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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-4691093/include/llvm/Option/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
87 ~OptTable();
137 /// Find flags from OptTable which starts with Cur.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
H A DOptTable.h1 //===--- 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 { class in namespace:llvm::opt
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
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-4579689/include/llvm/Option/
H A DOptTable.h1 //===- 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 { class in namespace:llvm::opt
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
87 ~OptTable();
137 /// Find flags from OptTable which starts with Cur.

Completed in 3218 milliseconds

123