| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86TargetMachine.cpp | 67 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl()) in computeDataLayout() 87 if (!TT.isArch64Bit() && TT.isOSWindows()) in computeDataLayout() 243 if (TT.isOSWindows() && TT.getArch() == Triple::x86) in addPreISel()
|
| HD | X86Subtarget.h | 423 bool isOSWindows() const { return TargetTriple.isOSWindows(); } in isOSWindows() function 426 return In64BitMode && TargetTriple.isOSWindows(); in isTargetWin64()
|
| HD | X86RegisterInfo.cpp | 66 IsWin64 = Is64Bit && TT.isOSWindows(); in X86RegisterInfo()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64Subtarget.h | 114 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MCAsmInfo.cpp | 156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
|
| HD | X86MCTargetDesc.cpp | 170 } else if (TT.isOSWindows() && is64Bit) in createX86MCCodeGenInfo()
|
| HD | X86AsmBackend.cpp | 779 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF()) in createX86_32AsmBackend() 798 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF()) in createX86_64AsmBackend()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMTargetMachine.cpp | 61 if (TT.isOSWindows()) in createTLOF() 89 } else if (TT.isOSWindows()) { in computeTargetABI()
|
| HD | ARMSubtarget.h | 360 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Mangle.cpp | 69 if (!Triple.isOSWindows() || in getCallingConvMangling()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | Triple.h | 464 bool isOSWindows() const { in isOSWindows() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | SanitizerArgs.cpp | 296 if (TC.getTriple().isOSWindows()) in SanitizerArgs() 598 if (TC.getTriple().isOSWindows() && needsUbsanRt()) { in addArgs()
|
| HD | ToolChain.cpp | 323 if (getTriple().isOSWindows()) in ComputeLLVMTriple()
|
| HD | Tools.cpp | 477 if (Triple.isOSDarwin() || Triple.isOSWindows()) in isSignedCharDefault() 837 } else if (Triple.isOSWindows()) { in AddARMTargetArgs() 2369 bool IsOSWindows = TC.getTriple().isOSWindows(); in getCompilerRT() 2391 if (!TC.getTriple().isOSWindows()) { in addClangRT() 2627 if (Triple.isOSWindows()) { in shouldUseFramePointerForTarget() 2975 if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm || in ConstructJob() 4254 } else if (TT.isOSWindows() && (TT.getArch() == llvm::Triple::arm || in ConstructJob()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMCTargetDesc.cpp | 282 else if (TheTriple.isOSWindows()) in createARMMCAsmInfo()
|
| HD | ARMAsmBackend.cpp | 769 assert(TheTriple.isOSWindows() && "non-Windows ARM COFF is not supported"); in createARMAsmBackend()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCObjectFileInfo.cpp | 577 assert(T.isOSWindows() && "Windows is the only supported COFF target"); in initCOFFMCObjectFileInfo() 783 (TT.isOSWindows() && TT.getObjectFormat() == Triple::COFF)) { in InitMCObjectFileInfo()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | TargetInfo.h | 823 return getTriple().isOSWindows() && in isSEHTrySupported()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSpec.cpp | 246 …FileSpec{pathname, resolve_path, arch.GetTriple().isOSWindows() ? ePathSyntaxWindows : ePathSyntax… in FileSpec() 351 arch.GetTriple().isOSWindows() in SetFile()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | FormatString.cpp | 723 !Target.getTriple().isOSWindows(); in hasValidLengthModifier()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DataLayout.cpp | 153 if (T.isOSWindows() && T.isOSBinFormatCOFF()) in getManglingComponent()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | TargetLibraryInfo.cpp | 112 if (T.isOSWindows() && !T.isOSCygMing()) { in initialize()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | TargetRegistry.h | 446 assert(T.isOSWindows() && "only Windows COFF is supported"); in createMCObjectStreamer()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | Targets.cpp | 3675 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in WindowsX86_32TargetInfo() 3852 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86_64TargetInfo() 4145 } else if (T.isOSWindows()) { in setABIAAPCS() 4241 } else if (Triple.isOSWindows()) { in ARMTargetInfo() 4573 if (5 <= CPUArchVer && CPUArchVer <= 8 && !getTriple().isOSWindows()) in getTargetDefines() 4579 if (!getTriple().isOSDarwin() && !getTriple().isOSWindows()) in getTargetDefines()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Triple.cpp | 542 else if (T.isOSWindows()) in getDefaultFormat()
|