Lines Matching refs:getTriple
344 if (getTriple().isAndroid()) in GetDefaultRuntimeLibType()
350 if (getTriple().isAndroid()) in GetDefaultDwarfVersion()
356 if (getTriple().isAndroid()) in GetDefaultCXXStdlibType()
377 if (getTriple().isAndroid()) { in computeSysRoot()
386 if (getTriple().isCSKY()) { in computeSysRoot()
394 GCCInstallation.getTriple().str() + "/libc") in computeSysRoot()
401 if (!GCCInstallation.isValid() || !getTriple().isMIPS()) in computeSysRoot()
409 const StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot()
429 const llvm::Triple &Triple = getTriple(); in getDynamicLinker()
630 (!getTriple().isMusl() || DriverArgs.hasArg(options::OPT_nostdlibinc))) in AddClangSystemIncludeArgs()
656 std::string MultiarchIncludeDir = getMultiarchTriple(D, getTriple(), SysRoot); in AddClangSystemIncludeArgs()
663 if (getTriple().getOS() == llvm::Triple::RTEMS) in AddClangSystemIncludeArgs()
673 if (!DriverArgs.hasArg(options::OPT_nobuiltininc) && getTriple().isMusl()) in AddClangSystemIncludeArgs()
685 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths()
687 GCCInstallation.getTriple().getArch() == llvm::Triple::x86 in addLibStdCxxIncludePaths()
747 GCCInstallation.getTriple().str() + "/include")); in AddIAMCUIncludeArgs()
752 return CLANG_DEFAULT_PIE_ON_LINUX || getTriple().isAndroid() || in isPIEDefault()
753 getTriple().isMusl() || getSanitizerArgs(Args).requiresPIE(); in isPIEDefault()
759 assert(getTriple().isAArch64() && "expected AArch64 target!"); in IsAArch64OutlineAtomicsDefault()
770 if (getTriple().isAndroid() || getTriple().isMusl()) in IsMathErrnoDefault()
776 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers()
777 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers()
778 const bool IsMIPS = getTriple().isMIPS32(); in getSupportedSanitizers()
779 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers()
780 const bool IsPowerPC64 = getTriple().getArch() == llvm::Triple::ppc64 || in getSupportedSanitizers()
781 getTriple().getArch() == llvm::Triple::ppc64le; in getSupportedSanitizers()
782 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || in getSupportedSanitizers()
783 getTriple().getArch() == llvm::Triple::aarch64_be; in getSupportedSanitizers()
784 const bool IsArmArch = getTriple().getArch() == llvm::Triple::arm || in getSupportedSanitizers()
785 getTriple().getArch() == llvm::Triple::thumb || in getSupportedSanitizers()
786 getTriple().getArch() == llvm::Triple::armeb || in getSupportedSanitizers()
787 getTriple().getArch() == llvm::Triple::thumbeb; in getSupportedSanitizers()
788 const bool IsLoongArch64 = getTriple().getArch() == llvm::Triple::loongarch64; in getSupportedSanitizers()
789 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; in getSupportedSanitizers()
790 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers()
791 const bool IsHexagon = getTriple().getArch() == llvm::Triple::hexagon; in getSupportedSanitizers()
822 if (getTriple().getArch() == llvm::Triple::ppc64) in getSupportedSanitizers()
841 switch (getTriple().getArch()) { in getDefaultDenormalModeForType()
862 if (getTriple().isAndroid()) in getDefaultLinker()