Searched refs:getOSMajorVersion (Results 1 – 4 of 4) sorted by relevance
198 unsigned getOSMajorVersion() const { in getOSMajorVersion() function
154 return triple.getOSMajorVersion() >= 5; in HasARCRuntime()157 return triple.getOSMajorVersion() >= 11; in HasARCRuntime()
247 unsigned Release = Triple.getOSMajorVersion(); in getOSDefines()
5621 if (ToolChain.getTriple().getOSMajorVersion() >= 9) { in ConstructJob()