Home
last modified time | relevance | path

Searched refs:PlatformType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.
277 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1143 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()
1195 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCMachOStreamer.cpp282 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion()
H A DMCAsmStreamer.cpp606 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()
625 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
H A DMCStreamer.cpp1268 static MachO::PlatformType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h491 enum PlatformType { enum