Searched refs:IsWindows (Results 1 – 7 of 7) sorted by relevance
326 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local329 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows) in getArchNameForCompilerRTLib()
1408 bool IsWindows = CGM.getTarget().getTriple().isOSWindows(); in buildGlobalBlock() local1411 if (IsWindows) in buildGlobalBlock()1449 /*constant*/ !IsWindows, llvm::GlobalVariable::InternalLinkage, AddrSpace); in buildGlobalBlock()1453 if (IsWindows) { in buildGlobalBlock()
197 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) { in getCallingConventionForDecl() argument227 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl()230 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl()489 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local490 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
508 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local531 else if (IsWindows) in getShadowMapping()564 } else if (IsWindows && IsX86_64) { in getShadowMapping()
1401 Requires<[IsThumb, IsWindows]> {1513 Requires<[IsThumb,IsWindows]>;
343 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
5312 bool IsWindows = TT.isOSWindows(); in checkVAStartABI() local5320 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()5328 if ((IsWindows && CC == CC_X86_64SysV) || in checkVAStartABI()5329 (!IsWindows && CC == CC_Win64)) in checkVAStartABI()5332 << !IsWindows; in checkVAStartABI()