HomeSort by: relevance | last modified time | path
    Searched defs:Driver (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 10 #include "clang/Driver/Compilation.h"
11 #include "clang/Driver/Driver.h"
12 #include "clang/Driver/Job.h"
13 #include "clang/Driver/Options.h"
14 #include "clang/Driver/Tool.h"
96 auto Opts = driver::getDriverOptTable();
118 auto Driver = std::make_unique<driver::Driver>(
    [all...]
  /src/games/hunt/hunt/
hunt.c 58 static const char Driver[] = OVERRIDE_PATH_HUNTD;
60 static const char Driver[] = PATH_HUNTD;
326 * usually means that the driver isn't running, so we start
327 * up the driver.
489 execl(Driver, "HUNT", (char *) NULL);
492 execl(Driver, "HUNT", "-p", contactportstr,
546 leavex(1, "Unable to start driver. Try again.");
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 1 //===--- Driver.h - Clang GCC Compatible Driver -----------------*- C++ -*-===//
14 #include "clang/Driver/Action.h"
15 #include "clang/Driver/Options.h"
16 #include "clang/Driver/Phases.h"
17 #include "clang/Driver/ToolChain.h"
18 #include "clang/Driver/Types.h"
19 #include "clang/Driver/Util.h"
39 namespace driver { namespace in namespace:clang
57 /// Driver - Encapsulate logic for constructing compilation processe
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1 //===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===//
9 #include "clang/Driver/Driver.h"
54 #include "clang/Driver/Action.h"
55 #include "clang/Driver/Compilation.h"
56 #include "clang/Driver/DriverDiagnostic.h"
57 #include "clang/Driver/Job.h"
58 #include "clang/Driver/Options.h"
59 #include "clang/Driver/SanitizerArgs.h
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 31 #include "clang/Driver/Distro.h"
32 #include "clang/Driver/DriverDiagnostic.h"
33 #include "clang/Driver/Options.h"
34 #include "clang/Driver/SanitizerArgs.h"
35 #include "clang/Driver/XRayArgs.h"
49 using namespace clang::driver;
50 using namespace clang::driver::tools;
54 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
56 Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC)) {
66 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args)
    [all...]

Completed in 22 milliseconds