Searched refs:createDriverOptTable (Results 1 – 9 of 9) sorted by relevance
51 std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
43 std::unique_ptr<OptTable> clang::driver::createDriverOptTable() { in createDriverOptTable() function in clang::driver
96 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)), in Driver()
174 std::unique_ptr<OptTable> OptTbl(createDriverOptTable()); in CreateFromArgs()559 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); in cc1as_main()
274 std::unique_ptr<OptTable> Opts(createDriverOptTable()); in CreateAndPopulateDiagOpts()
185 std::unique_ptr<OptTable> Opts = driver::createDriverOptTable(); in ExecuteCompilerInvocation()
153 auto OptTable = clang::driver::createDriverOptTable(); in TransferableCommand()
294 std::unique_ptr<llvm::opt::OptTable> Opts = driver::createDriverOptTable(); in run()
3235 std::unique_ptr<OptTable> Opts = createDriverOptTable(); in CreateFromArgs()