HomeSort by relevance Sort by last modified time
    Searched defs:OptTable (Results 1 - 2 of 2) 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,
157 OptTable::~OptTable() {
160 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,
79 ~OptTable();

Completed in 42 milliseconds