Lines Matching defs:Triple

73     llvm::Triple GCCTriple;
83 GCCInstallationDetector(const Driver &D, const llvm::Triple &TargetTriple,
90 const llvm::Triple &getTriple() const { return GCCTriple; }
106 const llvm::Triple &TargetTriple,
107 const llvm::Triple &MultiarchTriple,
113 void ScanLibDirForGCCTriple(llvm::Triple::ArchType TargetArch,
124 Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
152 Hexagon_TC(const Driver &D, const llvm::Triple& Triple);
206 Darwin(const Driver &D, const llvm::Triple& Triple);
330 return getTriple().getArch() != llvm::Triple::x86;
372 DarwinClang(const Driver &D, const llvm::Triple& Triple);
396 Darwin_Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
397 : Generic_GCC(D, Triple, Args) {}
408 Generic_ELF(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
409 : Generic_GCC(D, Triple, Args) {}
413 return (getTriple().getArch() == llvm::Triple::x86 ||
414 getTriple().getArch() == llvm::Triple::x86_64);
420 AuroraUX(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
428 Solaris(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
439 OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
450 Bitrig(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
470 FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
481 NetBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
492 Minix(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
500 DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
510 Linux(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
537 TCEToolChain(const Driver &D, const llvm::Triple& Triple);
556 Windows(const Driver &D, const llvm::Triple& Triple);