Searched refs:isOSWindows (Results 1 – 23 of 23) sorted by relevance
396 bool isOSWindows() const { return TargetTriple.isOSWindows(); } in isOSWindows() function399 return In64BitMode && TargetTriple.isOSWindows(); in isTargetWin64()
310 if (ST.is64Bit() || ST.isOSWindows() || ST.isTargetNaCl()) in computeDataLayout()330 if (!ST.is64Bit() && ST.isOSWindows()) in computeDataLayout()
666 if (NumBytes >= 4096 && STI.isOSWindows() && !STI.isTargetMacho()) { in emitPrologue()
13120 bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMacho()) || in LowerDYNAMIC_STACKALLOC()
164 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
318 } else if (T.isOSWindows() && is64Bit) in createX86MCCodeGenInfo()365 assert(TheTriple.isOSWindows() && "only Windows COFF is supported"); in createMCStreamer()
813 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF()) in createX86_32AsmBackend()834 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF()) in createX86_64AsmBackend()
141 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) { in InitEE()
381 bool isOSWindows() const { in isOSWindows() function
68 if (!Triple.isOSWindows() || Triple.getArch() != llvm::Triple::x86) in getStdOrFastCallMangling()
357 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
161 if (TT.isOSWindows()) in createTLOF()
253 if (getTriple().isOSWindows()) in ComputeLLVMTriple()
459 if (Triple.isOSDarwin() || Triple.isOSWindows()) in isSignedCharDefault()765 } else if (Triple.isOSWindows()) { in AddARMTargetArgs()2263 if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm || in ConstructJob()3502 } else if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm || in ConstructJob()
652 assert(T.isOSWindows() && "Windows is the only supported COFF target"); in InitCOFFMCObjectFileInfo()838 (TT.isOSWindows() && TT.getObjectFormat() == Triple::COFF)) { in InitMCObjectFileInfo()
287 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported"); in createMCStreamer()
828 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported"); in createARMAsmBackend()
682 !Target.getTriple().isOSWindows(); in hasValidLengthModifier()
158 if (T.isOSWindows() && T.getArch() == Triple::x86 && T.isOSBinFormatCOFF()) in getManglingComponent()
374 else if (T.isOSWindows()) in getDefaultFormat()
3553 } else if (T.isOSWindows()) { in setABIAAPCS()3930 if (5 <= CPUArchVer && CPUArchVer <= 8 && !getTriple().isOSWindows()) in getTargetDefines()3936 if (!getTriple().isOSDarwin() && !getTriple().isOSWindows()) in getTargetDefines()
3172 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_C : in CheckCallingConvAttr()3176 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_X86_64SysV : in CheckCallingConvAttr()
343 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature()