Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DFAQ.rst8 Driver subtitle
11 I run ``clang -cc1 ...`` and get weird errors about missing headers
54 I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.h21 class Driver; variable
H A DCompilation.h40 class Driver; variable
H A DToolChain.h56 class Driver; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A DREADME.md30 ### Driver subsection
/netbsd-src/games/hunt/hunt/
H A Dhunt.c58 static const char Driver[] = OVERRIDE_PATH_HUNTD; variable
60 static const char Driver[] = PATH_HUNTD; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp118 auto Driver = std::make_unique<driver::Driver>( in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp160 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], in create() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp324 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
H A DDriver.cpp132 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver() function in Driver
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp342 const std::unique_ptr<driver::Driver> Driver( in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2345 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local