Lines Matching full:platform
22 PlatformType Platform; in create() local
23 Platform = StringSwitch<PlatformType>(PlatformStr) in create()
24 #define PLATFORM(platform, id, name, build_name, target, tapi_target, \ in create() macro
26 .Case(#tapi_target, PLATFORM_##platform) in create()
30 if (Platform == PLATFORM_UNKNOWN) { in create()
35 Platform = (PlatformType)RawValue; in create()
39 return Target{Architecture, Platform}; in create()
45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in operator std::string()
58 Result.insert({Target.Platform, Target.MinDeployment}); in mapToPlatformVersionSet()
65 Result.insert(Target.Platform); in mapToPlatformSet()
81 getOSAndEnvironmentName(Targ.Platform, Version)) in getTargetTripleName()