Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.h51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriverOptions.cpp43 std::unique_ptr<OptTable> clang::driver::createDriverOptTable() { in createDriverOptTable() function in clang::driver
H A DDriver.cpp96 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)), in Driver()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp174 std::unique_ptr<OptTable> OptTbl(createDriverOptTable()); in CreateFromArgs()
559 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main()
H A Ddriver.cpp274 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp185 std::unique_ptr<OptTable> Opts = driver::createDriverOptTable(); in ExecuteCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp153 auto OptTable = clang::driver::createDriverOptTable(); in TransferableCommand()
H A DTooling.cpp294 std::unique_ptr<llvm::opt::OptTable> Opts = driver::createDriverOptTable(); in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp3235 std::unique_ptr<OptTable> Opts = createDriverOptTable(); in CreateFromArgs()