Lines Matching refs:getTriple

87   if (getToolChain().getTriple().isOSDarwin()) {  in ConstructJob()
401 const bool isAndroid = ToolChain.getTriple().isAndroid(); in ConstructJob()
402 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob()
403 const bool IsVE = ToolChain.getTriple().isVE(); in ConstructJob()
408 ToolChain.getTriple().hasEnvironment() || in ConstructJob()
409 (ToolChain.getTriple().getVendor() != llvm::Triple::MipsTechnologies); in ConstructJob()
461 if (const char *LDMOption = getLDMOption(ToolChain.getTriple(), Args)) { in ConstructJob()
637 if (getToolChain().getTriple().getArch() == llvm::Triple::sparc) { in ConstructJob()
748 if (getToolChain().getTriple().isX32()) in ConstructJob()
758 getCPUName(D, Args, getToolChain().getTriple()))); in ConstructJob()
766 getCPUName(D, Args, getToolChain().getTriple()))); in ConstructJob()
774 getCPUName(D, Args, getToolChain().getTriple()))); in ConstructJob()
782 getCPUName(D, Args, getToolChain().getTriple()))); in ConstructJob()
787 StringRef ABIName = riscv::getRISCVABI(Args, getToolChain().getTriple()); in ConstructJob()
790 StringRef MArchName = riscv::getRISCVArch(Args, getToolChain().getTriple()); in ConstructJob()
800 std::string CPU = getCPUName(D, Args, getToolChain().getTriple()); in ConstructJob()
802 sparc::getSparcAsmModeForCPU(CPU, getToolChain().getTriple())); in ConstructJob()
808 std::string CPU = getCPUName(D, Args, getToolChain().getTriple()); in ConstructJob()
810 sparc::getSparcAsmModeForCPU(CPU, getToolChain().getTriple())); in ConstructJob()
818 const llvm::Triple &Triple2 = getToolChain().getTriple(); in ConstructJob()
865 mips::getMipsCPUAndABI(Args, getToolChain().getTriple(), CPUName, ABIName); in ConstructJob()
884 if (getToolChain().getTriple().isLittleEndian()) in ConstructJob()
900 Args, getToolChain().getTriple(), CPUName, ABIName, in ConstructJob()
902 getToolChain().getTriple()))) in ConstructJob()
985 getToolChain().getTriple().isOSLinux()) in ConstructJob()
2825 return getTriple().isOSWindows(); in isPICDefault()
2839 return getArch() == llvm::Triple::x86_64 && getTriple().isOSWindows(); in isPICDefaultForced()
2843 switch (getTriple().getArch()) { in IsIntegratedAssemblerDefault()
2891 GCCInstallation.getTriple().str() + "/bin") in PushPPaths()
2903 const llvm::Triple &GCCTriple = GCCInstallation.getTriple(); in AddMultilibPaths()
2967 const llvm::Triple &GCCTriple = GCCInstallation.getTriple(); in AddMultiarchPaths()
2981 const llvm::Triple &GCCTriple = GCCInstallation.getTriple(); in AddMultilibIncludeArgs()
3035 if (!getTriple().isAndroid()) in addLibCxxIncludePaths()
3091 StringRef TripleStr = GCCInstallation.getTriple().str(); in addGCCLibStdCxxIncludePaths()
3146 GCCInstallation.getTriple().str()); in addLibStdCxxIncludePaths()