| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 131 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl()) in computeDataLayout() 156 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout() 182 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel() 449 if (TT.isOSWindows()) { in addIRPasses() 505 if (TT.isOSWindows() && TT.getArch() == Triple::x86) in addPreISel() 587 if (TT.isOSWindows() && TT.getArch() == Triple::x86_64) in addPreEmitPass2() 594 (!TT.isOSWindows() || in addPreEmitPass2() 598 if (TT.isOSWindows()) { in addPreEmitPass2()
|
| H A D | X86Subtarget.h | 312 bool isOSWindows() const { return TargetTriple.isOSWindows(); } in isOSWindows() function 314 bool isTargetWin64() const { return Is64Bit && isOSWindows(); } in isTargetWin64() 316 bool isTargetWin32() const { return !Is64Bit && isOSWindows(); } in isTargetWin32()
|
| H A D | X86Subtarget.cpp | 163 if (isOSWindows()) in classifyGlobalReference()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 571 bool isOSWindows() const { in isOSWindows() function 577 return isOSWindows() && getEnvironment() == Triple::MSVC; in isKnownWindowsMSVCEnvironment() 583 (isOSWindows() && getEnvironment() == Triple::UnknownEnvironment); in isWindowsMSVCEnvironment() 587 return isOSWindows() && getEnvironment() == Triple::CoreCLR; in isWindowsCoreCLREnvironment() 591 return isOSWindows() && getEnvironment() == Triple::Itanium; in isWindowsItaniumEnvironment() 595 return isOSWindows() && getEnvironment() == Triple::Cygnus; in isWindowsCygwinEnvironment() 599 return isOSWindows() && getEnvironment() == Triple::GNU; in isWindowsGNUEnvironment() 931 bool hasDLLImportExport() const { return isOSWindows() || isPS(); } in hasDLLImportExport()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 160 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardCheck() 190 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardDispatch()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 116 if (TT.isOSWindows()) in createTLOF() 244 !(TargetTriple.isOSWindows() || TargetTriple.isOSDarwin())) in ARMBaseTargetMachine() 437 if (TM->getTargetTriple().isOSWindows()) in addIRPasses() 600 if (TM->getTargetTriple().isOSWindows()) { in addPreEmitPass2()
|
| H A D | ARMTargetMachine.h | 70 TargetTriple.isOSWindows() || in isTargetHardFloat()
|
| H A D | ARMSubtarget.h | 371 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 325 if (getTargetTriple().isOSWindows()) in ClassifyGlobalReference() 362 if (getTargetTriple().isOSWindows()) in classifyGlobalFunctionReference()
|
| H A D | AArch64TargetMachine.cpp | 272 if (TT.isOSDarwin() || TT.isOSWindows()) in getEffectiveRelocModel() 300 if (JIT && !TT.isOSWindows()) in getEffectiveAArch64CodeModel() 591 if (TM->getTargetTriple().isOSWindows()) in addIRPasses() 795 if (TM->getTargetTriple().isOSWindows()) { in addPreEmitPass()
|
| H A D | AArch64Subtarget.h | 245 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 84 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCAsmInfo.cpp | 156 assert(Triple.isOSWindows() && "Windows is the only supported COFF target"); in X86MCAsmInfoGNUCOFF()
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 35 if (!T.isOSWindows() && !IsNetBSD && !IsOpenBSD) in setABIAAPCS() 49 } else if (T.isOSWindows()) { in setABIAAPCS() 297 } else if (Triple.isOSWindows()) { in ARMTargetInfo() 787 if (5 <= ArchVersion && ArchVersion <= 8 && !getTriple().isOSWindows()) in getTargetDefines() 793 if (!getTriple().isOSBinFormatMachO() && !getTriple().isOSWindows()) in getTargetDefines()
|
| H A D | X86.h | 166 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86TargetInfo() 547 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in WindowsX86_32TargetInfo() 685 getTriple().isOSWindows() && getTriple().isOSBinFormatCOFF(); in X86_64TargetInfo()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlistener/ |
| H A D | llvm-jitlistener.cpp | 169 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) { in InitEE()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 74 : FileSpec{path, triple.isOSWindows() ? Style::windows : Style::posix} {} in FileSpec() 211 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
|
| H A D | ArchSpec.cpp | 717 return m_triple.isOSDarwin() || m_triple.isOSWindows(); in CharIsSignedByDefault() 986 bool both_windows = lhs_triple.isOSWindows() && rhs_triple.isOSWindows(); in IsEqualTo() 1461 if (GetTriple().isOSWindows()) in IsAlwaysThumbInstructions()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CrashRecoveryTest.cpp | 108 if (Triple(sys::getProcessTriple()).isOSWindows()) in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 238 Triple(sys::getProcessTriple()).isOSWindows() in llvm_objcopy_main()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | AArch64TargetParser.cpp | 174 TT.isOSWindows(); in isX18ReservedByDefault()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DriverUtils.cpp | 76 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 549 if (TC.getTriple().isOSWindows()) in SanitizerArgs() 1089 if (TC.getTriple().isOSWindows() && needsUbsanRt()) { in addArgs() 1100 if (TC.getTriple().isOSWindows() && needsStatsRt()) { in addArgs() 1258 if (Sanitizers.hasOneOf(CFIClasses) && !TC.getTriple().isOSWindows() && in addArgs()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 219 Triple.isOSWindows(); in setArchNameInTriple() 268 if (IsThumb || IsMProfile || Triple.isOSWindows()) { in setArchNameInTriple() 835 Triple.isOSWindows()) { in getARMTargetFeatures()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 161 if (TT.isOSWindows()) { in ParseARMTriple() 349 else if (TheTriple.isOSWindows()) in createARMMCAsmInfo()
|