Searched refs:isWindowsCygwinEnvironment (Results 1 – 11 of 11) sorted by relevance
562 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function572 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()751 return isAndroid() || isOSOpenBSD() || isWindowsCygwinEnvironment(); in hasDefaultEmulatedTLS()
565 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function575 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()795 return isAndroid() || isOSOpenBSD() || isWindowsCygwinEnvironment(); in hasDefaultEmulatedTLS()
259 !triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()297 triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()
503 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function513 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
194 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
220 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
496 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
783 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
848 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
1079 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobal()
3791 getToolChain().getTriple().isWindowsCygwinEnvironment(); in ConstructJob()4974 bool EmulatedTLSDefault = Triple.isAndroid() || Triple.isWindowsCygwinEnvironment(); in ConstructJob()