Searched refs:OptTable (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/lib/clang/libllvmoption/
H A DMakefile10 OptTable.cpp \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriverOptions.cpp12 #include "llvm/Option/OptTable.h"
23 static const OptTable::Info InfoTable[] = {
34 class DriverOptTable : public OptTable {
37 : OptTable(InfoTable) {}
42 OptTable *clang::driver::createDriverOptTable() {
H A DMSVCToolChain.cpp639 const char *ExpandChar, const OptTable &Opts) {
712 const OptTable &Opts) {
731 const OptTable &Opts = getDriver().getOpts();
H A DToolChains.cpp26 #include "llvm/Option/OptTable.h"
466 const OptTable &Opts = getDriver().getOpts();
766 const OptTable &Opts = getDriver().getOpts();
997 const OptTable &Opts = getDriver().getOpts();
4238 const OptTable &Opts = getDriver().getOpts();
H A DDriver.cpp32 #include "llvm/Option/OptTable.h"
199 static Arg *MakeInputArg(DerivedArgList &Args, OptTable *Opts,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.h15 class OptTable;
47 llvm::opt::OptTable *createDriverOptTable();
H A DDriver.h34 class OptTable;
66 llvm::opt::OptTable *Opts;
233 const llvm::opt::OptTable &getOpts() const { return *Opts; }
/freebsd-11.0-release/contrib/llvm/include/llvm/Option/
H A DOptTable.h1 //===--- 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 { class in namespace:llvm::opt
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
79 ~OptTable();
H A DOption.h15 #include "llvm/Option/OptTable.h"
68 const OptTable::Info *Info;
69 const OptTable *Owner;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
/freebsd-11.0-release/contrib/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(ArrayRef<Info> OptionInfos, bool IgnoreCase) function in class:OptTable
151 OptTable::~OptTable() {
154 const Option OptTable
[all...]
H A DOption.cpp23 Option::Option(const OptTable::Info *info, const OptTable *owner)
/freebsd-11.0-release/contrib/llvm/lib/LibDriver/
H A DLibDriver.cpp42 static const llvm::opt::OptTable::Info infoTable[] = {
52 class LibOptTable : public llvm::opt::OptTable {
54 LibOptTable() : OptTable(infoTable, true) {}
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp27 #include "llvm/Option/OptTable.h"
167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
/freebsd-11.0-release/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp40 #include "llvm/Option/OptTable.h"
165 std::unique_ptr<OptTable> OptTbl(createDriverOptTable());
479 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
H A Ddriver.cpp33 #include "llvm/Option/OptTable.h"
265 std::unique_ptr<OptTable> Opts(createDriverOptTable());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp34 #include "llvm/Option/OptTable.h"
2044 std::unique_ptr<OptTable> Opts(createDriverOptTable());

Completed in 219 milliseconds