Home | History | Annotate | Download | only in Driver

Lines Matching refs:driver

14 #include "clang/Driver/Arg.h"
15 #include "clang/Driver/ArgList.h"
16 #include "clang/Driver/Compilation.h"
17 #include "clang/Driver/Driver.h"
18 #include "clang/Driver/DriverDiagnostic.h"
19 #include "clang/Driver/OptTable.h"
20 #include "clang/Driver/Option.h"
21 #include "clang/Driver/Options.h"
39 using namespace clang::driver;
40 using namespace clang::driver::toolchains;
45 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
205 DarwinClang::DarwinClang(const Driver &D, const llvm::Triple& Triple,
498 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor,
506 if (!Driver::GetReleaseVersion(Version->getValue(), Major, Minor,
607 // translation business, as it makes the driver functionality much
637 // driver behavior; that isn't going to work in our model. We
739 // how the driver driver works.
991 /// \brief Construct a GCCInstallationDetector from the driver.
997 /// should instead pull the target out of the driver. This is currently
998 /// necessary because the driver doesn't store the final version of the target
1001 const Driver &D,
1354 Generic_GCC::Generic_GCC(const Driver &D, const llvm::Triple& Triple,
1384 // This is a bit ungeneric, but the only platform using a driver
1385 // driver is Darwin.
1477 Hexagon_TC::Hexagon_TC(const Driver &D, const llvm::Triple &Triple,
1533 const Driver &D = getDriver();
1555 const Driver &D = getDriver();
1620 TCEToolChain::TCEToolChain(const Driver &D, const llvm::Triple& Triple,
1658 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1682 Bitrig::Bitrig(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1751 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1794 NetBSD::NetBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1828 Minix::Minix(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1847 AuroraUX::AuroraUX(const Driver &D, const llvm::Triple& Triple,
1876 Solaris::Solaris(const Driver &D, const llvm::Triple& Triple,
2138 Linux::Linux(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
2191 // the GCC driver itself uses, as this is part of the GCC-compatible driver.
2295 const Driver &D = getDriver();
2493 DragonFly::DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)