HomeSort by relevance Sort by last modified time
    Searched defs:OptTable (Results 1 - 3 of 3) 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(const Info *OptionInfos, unsigned NumOptionInfos,
153 OptTable::~OptTable() {
156 const Option OptTable::getOption(OptSpecifier Opt) const
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 1 //===--- OptTable.h - Option Table ------------------------------*- C++ -*-===//
26 /// The OptTable class provides a layer of indirection which allows Option
28 /// be needed at runtime; the OptTable class maintains enough information to
31 class OptTable {
76 OptTable(const Info *OptionInfos, unsigned NumOptionInfos,
80 ~OptTable();
  /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();
124 const char* const Driver::OptTable::NAME[] = VALUE;
128 const llvm::opt::OptTable::Info Driver::OptTable::InfoTable[] = {
138 Driver::OptTable::OptTable()
    [all...]

Completed in 1991 milliseconds