Home
last modified time | relevance | path

Searched defs:Driver (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h21 class Driver; variable
H A DCompilation.h40 class Driver; variable
H A DToolChain.h57 class Driver; variable
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h25 using Driver = bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp114 auto Driver = std::make_unique<clang::driver::Driver>( in main() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp397 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
H A DDriver.cpp192 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp290 json::Object &Driver = *Tool.getObject("driver"); in endRun() local
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp99 Driver::Driver() in Driver() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp373 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>( in forEachDriverJob() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp407 const std::unique_ptr<driver::Driver> Driver( in run() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp165 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], in create() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2418 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local