| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 119 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl()) in computeDataLayout() 144 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout() 170 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel() 229 if ((TT.isOSWindows() && TT.getArch() == Triple::x86_64) || TT.isPS4() || in X86TargetMachine() 459 if (TT.isOSWindows() && TT.getArch() == Triple::x86) in addPreISel() 518 (!TT.isOSWindows() || in addPreEmitPass2()
|
| H A D | X86Subtarget.h | 769 bool isOSWindows() const { return TargetTriple.isOSWindows(); } in isOSWindows() function 771 bool isTargetWin64() const { return In64BitMode && isOSWindows(); } in isTargetWin64() 773 bool isTargetWin32() const { return !In64BitMode && isOSWindows(); } in isTargetWin32()
|
| H A D | X86RegisterInfo.cpp | 54 IsWin64 = Is64Bit && TT.isOSWindows(); in X86RegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 33 if (!T.isOSWindows() && !IsNetBSD && !IsOpenBSD) in setABIAAPCS() 46 } else if (T.isOSWindows()) { in setABIAAPCS() 264 } else if (Triple.isOSWindows()) { in ARMTargetInfo() 639 if (5 <= ArchVersion && ArchVersion <= 8 && !getTriple().isOSWindows()) in getTargetDefines() 645 if (!getTriple().isOSBinFormatMachO() && !getTriple().isOSWindows()) in getTargetDefines()
|
| H A D | X86.h | 458 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in WindowsX86_32TargetInfo() 591 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86_64TargetInfo()
|
| H A D | AArch64.cpp | 132 if (!getTriple().isOSWindows()) { in getTargetDefines()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.h | 71 TargetTriple.isOSWindows() || in isTargetHardFloat()
|
| H A D | ARMTargetMachine.cpp | 103 if (TT.isOSWindows()) in createTLOF() 227 !(TargetTriple.isOSWindows() || TargetTriple.isOSDarwin())) in ARMBaseTargetMachine()
|
| H A D | ARMSubtarget.h | 654 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 155 if (TT.isOSWindows()) { in ParseARMTriple() 196 else if (TheTriple.isOSWindows()) in createARMMCAsmInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCAsmInfo.cpp | 152 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
|
| H A D | X86AsmBackend.cpp | 851 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF()) in createX86_32AsmBackend() 875 if (TheTriple.isOSWindows() && TheTriple.isOSBinFormatCOFF()) in createX86_64AsmBackend()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 326 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() 372 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".lib" : ".so") in getCompilerRT() 585 if (getTriple().isOSWindows()) in ComputeLLVMTriple() 628 if (IsThumb || IsMProfile || getTriple().isOSWindows()) { in ComputeLLVMTriple()
|
| H A D | SanitizerArgs.cpp | 429 if (TC.getTriple().isOSWindows()) in SanitizerArgs() 834 if (TC.getTriple().isOSWindows() && needsUbsanRt()) { in addArgs() 843 if (TC.getTriple().isOSWindows() && needsStatsRt()) { in addArgs() 945 if (Sanitizers.hasOneOf(CFIClasses) && !TC.getTriple().isOSWindows() && in addArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 79 : FileSpec{path, Triple.isOSWindows() ? Style::windows : Style::posix} {} in FileSpec() 254 return SetFile(path, Triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 215 if (getTargetTriple().isOSWindows()) in ClassifyGlobalReference()
|
| H A D | AArch64Subtarget.h | 374 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| H A D | AArch64MCInstLower.cpp | 45 assert(TheTriple.isOSWindows() && in GetGlobalAddressSymbol()
|
| H A D | AArch64TargetMachine.cpp | 213 if (TT.isOSDarwin() || TT.isOSWindows()) in getEffectiveRelocModel()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | AArch64TargetParser.cpp | 175 TT.isOSWindows(); in isX18ReservedByDefault()
|
| H A D | ARMTargetParser.cpp | 555 } else if (TT.isOSWindows()) in computeDefaultTargetABI()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 152 if (TT.isOSBinFormatCOFF() || (TT.isOSWindows() && TT.isOSBinFormatMachO())) in shouldAssumeDSOLocal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Mangle.cpp | 64 if (!Triple.isOSWindows() || in getCallingConvMangling()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 567 bool isOSWindows() const { in isOSWindows() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1160 return getTriple().isOSWindows() && in isSEHTrySupported()
|