Searched defs:Driver (Results 1 – 13 of 13) sorted by relevance
21 class Driver; variable
40 class Driver; variable
57 class Driver; variable [all...]
25 using Driver = bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, variable
397 getCompilationPhases(const clang::driver::Driver & Driver,llvm::opt::DerivedArgList & DAL,ID Id) getCompilationPhases() argument [all...]
192 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, Driver() function in Driver [all...]
290 Driver["rules"] = std::move(Rules); in endRun() local
99 Driver::Driver() Driver() function in Driver [all...]
373 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>( forEachDriverJob() local [all...]
407 const std::unique_ptr<driver::Driver> Driver( run() local [all...]
165 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], create() local [all...]
2418 const auto &Driver = C.getDriver(); DumpCompilationDatabaseFragmentToDir() local [all...]