Searched refs:PlatformType (Results 1 – 5 of 5) sorted by relevance
93 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.270 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
1145 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()1194 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
281 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
542 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()559 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
484 enum PlatformType { enum