Lines Matching refs:Triple

80     llvm::Triple GCCTriple;
104 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args,
111 const llvm::Triple &getTriple() const { return GCCTriple; }
137 CollectLibDirsAndTriples(const llvm::Triple &TargetTriple,
138 const llvm::Triple &BiarchTriple,
144 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
150 void scanLibDirForGCCTripleSolaris(const llvm::Triple &TargetArch,
173 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args);
197 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
249 MachO(const Driver &D, const llvm::Triple &Triple,
325 return getTriple().getArch() != llvm::Triple::x86;
382 Darwin(const Driver &D, const llvm::Triple &Triple,
545 DarwinClang(const Driver &D, const llvm::Triple &Triple,
585 Generic_ELF(const Driver &D, const llvm::Triple &Triple,
587 : Generic_GCC(D, Triple, Args) {}
595 CloudABI(const Driver &D, const llvm::Triple &Triple,
620 Solaris(const Driver &D, const llvm::Triple &Triple,
638 MinGW(const Driver &D, const llvm::Triple &Triple,
672 OpenBSD(const Driver &D, const llvm::Triple &Triple,
691 Bitrig(const Driver &D, const llvm::Triple &Triple,
714 FreeBSD(const Driver &D, const llvm::Triple &Triple,
743 NetBSD(const Driver &D, const llvm::Triple &Triple,
763 Minix(const Driver &D, const llvm::Triple &Triple,
773 DragonFly(const Driver &D, const llvm::Triple &Triple,
785 Linux(const Driver &D, const llvm::Triple &Triple,
813 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
828 MipsLLVMToolChain(const Driver &D, const llvm::Triple &Triple,
866 HexagonToolChain(const Driver &D, const llvm::Triple &Triple,
901 AMDGPUToolChain(const Driver &D, const llvm::Triple &Triple,
908 NaClToolChain(const Driver &D, const llvm::Triple &Triple,
924 return getTriple().getArch() == llvm::Triple::mipsel;
947 TCEToolChain(const Driver &D, const llvm::Triple &Triple,
959 MSVCToolChain(const Driver &D, const llvm::Triple &Triple,
1009 CrossWindowsToolChain(const Driver &D, const llvm::Triple &T,
1040 XCoreToolChain(const Driver &D, const llvm::Triple &Triple,
1069 MyriadToolChain(const Driver &D, const llvm::Triple &Triple,
1084 bool isShaveCompilation(const llvm::Triple &T) const {
1085 return T.getArch() == llvm::Triple::shave;
1095 WebAssembly(const Driver &D, const llvm::Triple &Triple,
1118 PS4CPU(const Driver &D, const llvm::Triple &Triple,