Home
last modified time | relevance | path

Searched refs:getCPUSubType (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversal.cpp174 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
183 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
190 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
196 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
206 (A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) == in MachOUniversalBinary()
207 (B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)) { in MachOUniversalBinary()
210 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + "))"); in MachOUniversalBinary()
220 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
223 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) in MachOUniversalBinary()
H A DMachOUniversalWriter.cpp99 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple()
256 FatArch.cpusubtype = S.getCPUSubType(); in buildFatArchList()
H A DMachOObjectFile.cpp131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function
2777 return getArch(getCPUType(*this), getCPUSubType(*this)); in getArch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachOUniversal.h66 uint32_t getCPUSubType() const { in getCPUSubType() function
97 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType()); in getTriple()
101 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(), in getArchFlagName()
H A DMachOUniversalWriter.h63 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
H A DTapiUniversal.h48 uint32_t getCPUSubType() const { in getCPUSubType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h27 MachO::getCPUSubType(STI.getTargetTriple()))) {} in ARMAsmBackendDarwin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp429 O.getCPUType(), O.getCPUSubType(), in executeObjcopyOnMachOUniversalBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp555 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); in createObjectTargetWriter()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp284 Expected<uint32_t> FileCPUSubTypeOrErr = MachO::getCPUSubType(TT); in verifyAndAddIRObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp688 return MachO::getCPUSubType(Triple(Mod->getTargetTriple())); in getMachOCPUSubType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp615 arch.cpusubtype = Slice.getCPUSubType(); in macho2yaml()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1433 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); in createObjectTargetWriter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1526 Expected<uint32_t> getCPUSubType(const Triple &T);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp2157 uint32_t cpusubtype = OFA.getCPUSubType(); in printMachOUniversalHeaders()
2162 uint32_t other_cpusubtype = other_OFA.getCPUSubType(); in printMachOUniversalHeaders()