Home
last modified time | relevance | path

Searched defs:Driver (Results 1 – 13 of 13) 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.cpp407 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.cpp172 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], TT, Diags); in create() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h40 class Driver; variable
H A DToolChain.h57 class Driver; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp399 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
H A DDriver.cpp202 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, Driver() function in Driver
[all...]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp289 json::Object &Driver = *Tool.getObject("driver"); in endRun() local
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp100 Driver::Driver() in Driver() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp540 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>( in forEachDriverJob() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2498 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local