HomeSort by relevance Sort by last modified time
    Searched refs:IPhoneOS (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
ToolChains.h 383 IPhoneOS,
447 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS;
    [all...]
ToolChains.cpp 291 P += "iphoneos";
337 case DarwinPlatformKind::IPhoneOS:
367 case DarwinPlatformKind::IPhoneOS:
570 if (SDK.startswith("iPhoneOS") ||
663 Platform = IPhoneOS;
682 } else if (Platform == IPhoneOS) {
    [all...]

Completed in 408 milliseconds