Searched refs:getOSMajorVersion (Results 1 – 11 of 11) sorted by relevance
159 if (ToolChain.getTriple().getOSMajorVersion() >= 9) { in ConstructJob()355 if (getTriple().getOSMajorVersion() >= 10) in GetDefaultCXXStdlibType()362 if (getTriple().getOSMajorVersion() < 13) in GetDefaultDwarfVersion()
1498 !Triple.getOSMajorVersion()) in getOSVersion()
2641 getTriple().getOSMajorVersion() >= 12) || in addClangTargetOptions()
141 if ((TargetTriple.isOSFreeBSD() && TargetTriple.getOSMajorVersion() >= 13) in initSubtargetFeatures()
119 if ((Triple.isOSFreeBSD() && Triple.getOSMajorVersion() >= 13) || in getPPCReadGOTPtrMode()
156 return triple.getOSMajorVersion() >= 5; in HasARCRuntime()162 return triple.getOSMajorVersion() >= 11; in HasARCRuntime()
332 unsigned getOSMajorVersion() const { in getOSMajorVersion() function
1437 if (user_specified_triple.getOSMajorVersion() != unspecified) { in IsFullySpecifiedTriple()1458 os_version_different = (me.getOSMajorVersion() != them.getOSMajorVersion()); in PiecewiseTripleCompare()
188 unsigned Release = Triple.getOSMajorVersion(); in getOSDefines()
1071 if (Target.getOSMajorVersion() == 0) in EmitVersionForTarget()
2172 if (Triple.isOSFreeBSD() && Triple.getOSMajorVersion() >= 10) in classifyIntegerMMXAsSSE()