Lines Matching defs:Triple

71     llvm::Triple GCCTriple;
81 GCCInstallationDetector(const Driver &D, const llvm::Triple &TargetTriple,
88 const llvm::Triple &getTriple() const { return GCCTriple; }
104 const llvm::Triple &TargetTriple,
105 const llvm::Triple &MultiarchTriple,
111 void ScanLibDirForGCCTriple(llvm::Triple::ArchType TargetArch,
121 Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
179 Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
300 return getTriple().getArch() != llvm::Triple::x86;
339 DarwinClang(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
364 Darwin_Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
365 : Generic_GCC(D, Triple, Args) {}
376 Generic_ELF(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
377 : Generic_GCC(D, Triple, Args) {}
381 return (getTriple().getArch() == llvm::Triple::aarch64 ||
382 getTriple().getArch() == llvm::Triple::x86 ||
383 getTriple().getArch() == llvm::Triple::x86_64);
389 AuroraUX(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
396 Solaris(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
406 OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
416 Bitrig(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
435 FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
446 NetBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
456 Minix(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
463 DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
472 Linux(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
504 Hexagon_TC(const Driver &D, const llvm::Triple &Triple,
527 TCEToolChain(const Driver &D, const llvm::Triple& Triple,
539 Windows(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);