HomeSort by relevance Sort by last modified time
    Searched defs:OptTable (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Option/
OptTable.cpp 1 //===--- OptTable.cpp - Option Table Implementation -----------------------===//
10 #include "llvm/Option/OptTable.h"
56 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
79 static inline bool operator<(const OptTable::Info &I, const char *Name) {
87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase)
151 OptTable::~OptTable() {
154 const Option OptTable::getOption(OptSpecifier Opt) const
    [all...]
  /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();
  /external/swiftshader/third_party/llvm-7.0/llvm/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.
146 /// Find the OptTable option that most closely matches the given string.
149 /// input of an option that may not exist in the OptTable. Note that the
152 /// OptTable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
OptTable.cpp 1 //===- OptTable.cpp - Option Table Implementation -------------------------===//
17 #include "llvm/Option/OptTable.h"
66 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
89 static inline bool operator<(const OptTable::Info &I, const char *Name) {
98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase)
160 OptTable::~OptTable() = default;
162 const Option OptTable::getOption(OptSpecifier Opt) const
    [all...]

Completed in 229 milliseconds