Searched defs:OptTable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Option/
H A DOptTable.h1 //===--- 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 { class in namespace:llvm::opt
76 OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos,
79 ~OptTable();
/external/llvm/lib/Option/
H A DOptTable.cpp1 //===--- 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, function in class:OptTable
157 OptTable::~OptTable() {
160 const Option OptTable
[all...]

Completed in 1134 milliseconds