Searched refs:Driver (Results 26 - 50 of 111) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp12 #include "clang/Driver/Driver.h"
13 #include "clang/Driver/Options.h"
30 std::string Hurd::getMultiarchTriple(const Driver &D,
64 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
126 const Driver &D = getDriver();
H A DGnu.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
32 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple,
185 /// Driver, and has logic for fuzzing that where appropriate.
189 const Driver &D;
211 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {}
283 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
303 virtual std::string getMultiarchTriple(const Driver &D,
352 Generic_ELF(const Driver &D, const llvm::Triple &Triple,
H A DHexagon.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
53 void getHexagonTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
70 HexagonToolChain(const Driver &D, const llvm::Triple &Triple,
H A DMinix.cpp12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/Options.h"
47 const Driver &D = getToolChain().getDriver();
96 toolchains::Minix::Minix(const Driver &D, const llvm::Triple &Triple,
H A DAVR.h14 #include "clang/Driver/ToolChain.h"
15 #include "clang/Driver/Tool.h"
23 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
H A DAnanas.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
54 Ananas(const Driver &D, const llvm::Triple &Triple,
H A DCloudABI.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
41 CloudABI(const Driver &D, const llvm::Triple &Triple,
H A DDragonFly.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
53 DragonFly(const Driver &D, const llvm::Triple &Triple,
H A DMinix.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
53 Minix(const Driver &D, const llvm::Triple &Triple,
H A DMipsLinux.h13 #include "clang/Driver/ToolChain.h"
24 MipsLLVMToolChain(const Driver &D, const llvm::Triple &Triple,
H A DSolaris.h13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/ToolChain.h"
54 Solaris(const Driver &D, const llvm::Triple &Triple,
H A DAIX.h12 #include "clang/Driver/Tool.h"
13 #include "clang/Driver/ToolChain.h"
59 AIX(const Driver &D, const llvm::Triple &Triple,
H A DRISCVToolchain.h13 #include "clang/Driver/ToolChain.h"
21 RISCVToolChain(const Driver &D, const llvm::Triple &Triple,
H A DCuda.h13 #include "clang/Driver/Action.h"
14 #include "clang/Driver/Multilib.h"
15 #include "clang/Driver/Tool.h"
16 #include "clang/Driver/ToolChain.h"
30 const Driver &D;
47 CudaInstallationDetector(const Driver &D, const llvm::Triple &HostTriple,
141 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
188 computeMSVCVersion(const Driver *D,
H A DHexagon.cpp12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/DriverDiagnostic.h"
15 #include "clang/Driver/Options.h"
38 static void handleHVXWarnings(const Driver &D, const ArgList &Args) {
49 static void handleHVXTargetFeatures(const Driver &D, const ArgList &Args,
96 void hexagon::getHexagonTargetFeatures(const Driver &D, const ArgList &Args,
130 const Driver &D = HTC.getDriver();
200 const Driver
[all...]
H A DMipsLinux.cpp12 #include "clang/Driver/Driver.h"
13 #include "clang/Driver/DriverDiagnostic.h"
14 #include "clang/Driver/Options.h"
25 MipsLLVMToolChain::MipsLLVMToolChain(const Driver &D,
46 const Driver &D = getDriver();
H A DAMDGPU.cpp12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/DriverDiagnostic.h"
38 void amdgpu::getAMDGPUTargetFeatures(const Driver &D,
60 AMDGPUToolChain::AMDGPUToolChain(const Driver &D, const llvm::Triple &Triple,
H A DAnanas.cpp12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/Options.h"
51 const Driver &D = ToolChain.getDriver();
131 Ananas::Ananas(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
H A DMSVC.h14 #include "clang/Driver/Compilation.h"
15 #include "clang/Driver/Tool.h"
16 #include "clang/Driver/ToolChain.h"
68 MSVCToolChain(const Driver &D, const llvm::Triple &Triple,
133 computeMSVCVersion(const Driver *D,
H A DHIP.h12 #include "clang/Driver/ToolChain.h"
13 #include "clang/Driver/Tool.h"
77 HIPToolChain(const Driver &D, const llvm::Triple &Triple,
113 computeMSVCVersion(const Driver *D,
H A DCloudABI.cpp12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/Options.h"
31 const Driver &D = ToolChain.getDriver();
100 CloudABI::CloudABI(const Driver &D, const llvm::Triple &Triple,
H A DBareMetal.h12 #include "clang/Driver/Tool.h"
13 #include "clang/Driver/ToolChain.h"
24 BareMetal(const Driver &D, const llvm::Triple &Triple,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp10 #include "clang/Driver/Driver.h"
11 #include "clang/Driver/DriverDiagnostic.h"
12 #include "clang/Driver/Options.h"
74 sparc::FloatABI sparc::getSparcFloatABI(const Driver &D,
109 void sparc::getSparcTargetFeatures(const Driver &D, const ArgList &Args,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h13 #include "clang/Driver/Action.h"
14 #include "clang/Driver/Job.h"
15 #include "clang/Driver/Util.h"
40 class Driver;
47 const Driver &TheDriver;
128 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
133 const Driver &getDriver() const { return TheDriver; }
/freebsd-11-stable/usr.bin/clang/lldb/
H A DMakefile12 SRCS+= Driver.cpp

Completed in 272 milliseconds

12345