Searched refs:PlatformType (Results 1 – 5 of 5) sorted by relevance
92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.266 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
1144 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()1195 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
280 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
562 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()580 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
484 enum PlatformType { enum