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()) \
589 bool isXROS() const { return getOS() == Triple::XROS; } in isXROS() function607 return isMacOSX() || isiOS() || isWatchOS() || isDriverKit() || isXROS() || in isOSDarwin()
55 if (Triple.isXROS()) { in getAArch64TargetCPU()
930 !Triple.isWatchOS() && !Triple.isXROS()) { in getARMTargetFeatures()
104 } else if (Triple.isXROS()) in DarwinTargetInfo()
57 if (T.isXROS()) in useCompactUnwind()
2236 if (TargetTriple.isXROS()) in ShouldUseMachOGlobalsSection()
596 bool UsePlatformVersion = getToolChain().getTriple().isXROS(); in ConstructJob()