Searched refs:PlatformType (Results 1 – 11 of 11) sorted by relevance
148 PlatformType kEmptyPlatformType;150 PlatformType CpuFeatures_GetPlatformType(void) { in CpuFeatures_GetPlatformType()151 PlatformType type = kEmptyPlatformType; in CpuFeatures_GetPlatformType()
24 static auto* const g_platform_types = new PlatformType();44 PlatformType CpuFeatures_GetPlatformType(void) { return *g_platform_types; } in CpuFeatures_GetPlatformType()
132 } PlatformType; typedef134 PlatformType CpuFeatures_GetPlatformType(void);
29 enum PlatformType { enum206 PlatformType Platform() const;224 PlatformType _platformType;
152 PlatformType platform(kPlatformNotSupported); in CheckPlatform()1933 AudioDeviceModuleImpl::PlatformType AudioDeviceModuleImpl::Platform() const in Platform()
82 PlatformType type;
92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.265 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, in setBuildVersion()
1091 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()1133 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
279 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
524 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()537 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
484 enum PlatformType { enum