| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 120 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl()) in computeDataLayout() 145 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout() 171 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel() 437 if (TT.isOSWindows()) { in addIRPasses() 490 if (TT.isOSWindows() && TT.getArch() == Triple::x86) in addPreISel() 570 if (TT.isOSWindows() && TT.getArch() == Triple::x86_64) in addPreEmitPass2() 577 (!TT.isOSWindows() || in addPreEmitPass2() 581 if (TT.isOSWindows()) { in addPreEmitPass2()
|
| H A D | X86Subtarget.h | 875 bool isOSWindows() const { return TargetTriple.isOSWindows(); } in isOSWindows() function 877 bool isTargetWin64() const { return In64BitMode && isOSWindows(); } in isTargetWin64() 879 bool isTargetWin32() const { return !In64BitMode && isOSWindows(); } in isTargetWin32()
|
| H A D | X86Subtarget.cpp | 151 if (isOSWindows()) in classifyGlobalReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 547 bool isOSWindows() const { in isOSWindows() function 553 return isOSWindows() && getEnvironment() == Triple::MSVC; in isKnownWindowsMSVCEnvironment() 559 (isOSWindows() && getEnvironment() == Triple::UnknownEnvironment); in isWindowsMSVCEnvironment() 563 return isOSWindows() && getEnvironment() == Triple::CoreCLR; in isWindowsCoreCLREnvironment() 567 return isOSWindows() && getEnvironment() == Triple::Itanium; in isWindowsItaniumEnvironment() 571 return isOSWindows() && getEnvironment() == Triple::Cygnus; in isWindowsCygwinEnvironment() 575 return isOSWindows() && getEnvironment() == Triple::GNU; in isWindowsGNUEnvironment() 830 bool hasDLLImportExport() const { return isOSWindows() || isPS4CPU(); } in hasDLLImportExport()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 160 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardCheck() 184 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardDispatch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 112 if (TT.isOSWindows()) in createTLOF() 240 !(TargetTriple.isOSWindows() || TargetTriple.isOSDarwin())) in ARMBaseTargetMachine() 433 if (TM->getTargetTriple().isOSWindows()) in addIRPasses() 577 if (TM->getTargetTriple().isOSWindows()) { in addPreEmitPass2()
|
| H A D | ARMTargetMachine.h | 70 TargetTriple.isOSWindows() || in isTargetHardFloat()
|
| H A D | ARMSubtarget.h | 751 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 263 if (getTargetTriple().isOSWindows()) in ClassifyGlobalReference() 300 if (getTargetTriple().isOSWindows()) in classifyGlobalFunctionReference()
|
| H A D | AArch64TargetMachine.cpp | 256 if (TT.isOSDarwin() || TT.isOSWindows()) in getEffectiveRelocModel() 284 if (JIT && !TT.isOSWindows()) in getEffectiveAArch64CodeModel() 563 if (TM->getTargetTriple().isOSWindows()) in addIRPasses() 741 if (TM->getTargetTriple().isOSWindows()) { in addPreEmitPass()
|
| H A D | AArch64Subtarget.h | 503 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| H A D | AArch64MCInstLower.cpp | 44 assert(TheTriple.isOSWindows() && in GetGlobalAddressSymbol()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 35 if (!T.isOSWindows() && !IsNetBSD && !IsOpenBSD) in setABIAAPCS() 49 } else if (T.isOSWindows()) { in setABIAAPCS() 287 } else if (Triple.isOSWindows()) { in ARMTargetInfo() 725 if (5 <= ArchVersion && ArchVersion <= 8 && !getTriple().isOSWindows()) in getTargetDefines() 731 if (!getTriple().isOSBinFormatMachO() && !getTriple().isOSWindows()) in getTargetDefines()
|
| H A D | X86.h | 159 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86TargetInfo() 533 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in WindowsX86_32TargetInfo() 670 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86_64TargetInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 84 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCAsmInfo.cpp | 156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 76 : FileSpec{path, triple.isOSWindows() ? Style::windows : Style::posix} {} in FileSpec() 213 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 143 if (TT.isOSBinFormatCOFF() || TT.isOSWindows()) in shouldAssumeDSOLocal()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 516 if (TC.getTriple().isOSWindows()) in SanitizerArgs() 1016 if (TC.getTriple().isOSWindows() && needsUbsanRt()) { in addArgs() 1027 if (TC.getTriple().isOSWindows() && needsStatsRt()) { in addArgs() 1182 if (Sanitizers.hasOneOf(CFIClasses) && !TC.getTriple().isOSWindows() && in addArgs()
|
| H A D | ToolChain.cpp | 375 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() 448 Suffix = TT.isOSWindows() in buildCompilerRTBasename()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 86 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 172 if (TT.isOSWindows()) { in ParseARMTriple() 360 else if (TheTriple.isOSWindows()) in createARMMCAsmInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | AArch64TargetParser.cpp | 202 TT.isOSWindows(); in isX18ReservedByDefault()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 416 Triple(sys::getProcessTriple()).isOSWindows() in main()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 200 Triple.isOSWindows(); in setArchNameInTriple() 249 if (IsThumb || IsMProfile || Triple.isOSWindows()) { in setArchNameInTriple()
|