Searched refs:PlatformType (Results 1 – 6 of 6) sorted by relevance
92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.277 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
1143 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()1195 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
282 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion()
606 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()625 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
1268 static MachO::PlatformType
491 enum PlatformType { enum