Lines Matching refs:getTriple
54 mips::getMipsCPUAndABI(Args, getToolChain().getTriple(), CPUName, ABIName); in ConstructJob()
62 if (getToolChain().getTriple().isLittleEndian()) in ConstructJob()
87 switch (getToolChain().getTriple().getEnvironment()) { in ConstructJob()
102 std::string CPU = getCPUName(D, Args, getToolChain().getTriple()); in ConstructJob()
104 sparc::getSparcAsmModeForCPU(CPU, getToolChain().getTriple())); in ConstructJob()
177 const llvm::Triple &T = ToolChain.getTriple(); in ConstructJob()
238 if (ToolChain.getTriple().isMIPS()) { in ConstructJob()
299 unsigned Major = ToolChain.getTriple().getOSMajorVersion(); in ConstructJob()
399 unsigned Major = getTriple().getOSMajorVersion(); in GetDefaultCXXStdlibType()
406 if (getTriple().getOSMajorVersion() < 12) in GetDefaultDwarfVersion()
427 unsigned Major = getTriple().getOSMajorVersion(); in AddCXXStdlibLibArgs()
461 switch (getTriple().getEnvironment()) { in GetExceptionModel()
467 if (getTriple().getArch() == llvm::Triple::arm || in GetExceptionModel()
468 getTriple().getArch() == llvm::Triple::thumb) in GetExceptionModel()
483 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64; in getSupportedSanitizers()
484 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers()
485 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers()
486 const bool IsMIPS64 = getTriple().isMIPS64(); in getSupportedSanitizers()
517 getTriple().getOSMajorVersion() >= 12)) in addClangTargetOptions()