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"
51 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
73 static inline bool operator<(const OptTable::Info &I, const char *Name) {
76 static inline bool operator<(const char *Name, const OptTable::Info &I) {
84 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos)
152 OptTable::~OptTable() {
    [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 {
75 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos);
77 ~OptTable();

Completed in 63 milliseconds