Lines Matching defs:Apple
183 Apple,
227 TvOS, // Apple tvOS
228 WatchOS, // Apple watchOS
229 BridgeOS, // Apple bridgeOS
230 DriverKit, // Apple DriverKit
231 XROS, // Apple XROS
278 Simulator, // Simulator variants of other systems, e.g., Apple's iOS
279 MacABI, // Mac Catalyst variant of Apple's iOS deployment target.
560 /// Is this an Apple tvOS triple.
565 /// Is this an Apple watchOS triple.
574 /// Is this an Apple XROS triple.
577 /// Is this an Apple DriverKit triple.
582 /// Is this an Apple MachO triple.
584 return (getVendor() == Triple::Apple) && isOSBinFormatMachO();
1073 /// Tests whether the target is the Apple "arm64e" AArch64 subarch.