Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DLocateToolCompilationDatabase.cpp45 std::string &Driver = Cmd.CommandLine.front(); in addLocation() local
H A DTooling.cpp405 const std::unique_ptr<driver::Driver> Driver( in run() local
/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/Interpreter/
H A DWasm.cpp35 using Driver = bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, typedef
H A DInterpreter.cpp183 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], TT, Diags); in create() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h29 class Driver; variable
H A DCompilation.h40 class Driver; variable
H A DToolChain.h57 class Driver; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp288 json::Object &Driver = *Tool.getObject("driver"); in endRun() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp407 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
H A DDriver.cpp258 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp200 const Driver &Driver) { in checkExtensionArgsAreValid()
H A DClang.cpp2375 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp107 Driver::Driver() in Driver() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp681 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>( in forEachDriverJob() local