Searched refs:isXROS (Results 1 – 8 of 8) sorted by relevance
37 Triple.isWatchOS() || Triple.isXROS())42 TARGET_OS(TARGET_OS_VISION, Triple.isXROS())49 || Triple.isWatchOS() || Triple.isXROS()) \
556 bool isXROS() const { return getOS() == Triple::XROS; } in isXROS() function565 return isMacOSX() || isiOS() || isWatchOS() || isDriverKit() || isXROS(); in isOSDarwin()
56 if (Triple.isXROS()) { in getAArch64TargetCPU()
843 !Triple.isWatchOS() && !Triple.isXROS()) { in getARMTargetFeatures()
77 } else if (Triple.isXROS()) in DarwinTargetInfo()
56 if (T.isXROS()) in useCompactUnwind()
601 bool UsePlatformVersion = getToolChain().getTriple().isXROS(); in ConstructJob()
2173 if (TargetTriple.isXROS()) in ShouldUseMachOGlobalsSection()