Home
last modified time | relevance | path

Searched refs:createDriverOptTable (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Driver/
DOptions.h47 llvm::opt::OptTable *createDriverOptTable();
/external/clang/lib/Driver/
DDriverOptions.cpp42 OptTable *clang::driver::createDriverOptTable() { in createDriverOptTable() function in clang::driver
DDriver.cpp52 : Opts(createDriverOptTable()), Diags(Diags), VFS(VFS), Mode(GCCMode), in Driver()
/external/clang/tools/clang-check/
DClangCheck.cpp56 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
/external/clang/tools/driver/
Dcc1as_main.cpp165 std::unique_ptr<OptTable> OptTbl(createDriverOptTable()); in CreateFromArgs()
479 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main()
Ddriver.cpp265 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in ExecuteCompilerInvocation()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1991 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateFromArgs()