Searched refs:getCPUType (Results 1 – 14 of 14) sorted by relevance
154 Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()162 "for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()185 if (A.getCPUType() == B.getCPUType() && in MachOUniversalBinary()189 "(" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()199 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()202 Twine(A.getSize()) + ", overlaps cputype (" + Twine(B.getCPUType()) + in MachOUniversalBinary()
128 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function973 uint32_t cputype = getCPUType(Obj); in checkThreadCommand()2481 unsigned CPUType = getCPUType(*this); in getFileFormatName()2672 return getArch(getCPUType(*this)); in getArch()4154 if (getCPUType(*this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function156 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
62 uint32_t getCPUType() const { return CPUType; } in getCPUType() function169 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
56 uint32_t getCPUType() const { in getCPUType() function
249 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function273 if (Value == getCPUType(*MachO)) in filterArch()
115 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function1146 unsigned CPUType = getCPUType(this); in getFileFormatName()1296 return getArch(getCPUType(this)); in getArch()1985 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
487 arch.cputype = Slice.getCPUType(); in macho2yaml()
513 arch.cputype = Slice.getCPUType(); in macho2yaml()
136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
149 W.write<uint32_t>(TargetObjectWriter->getCPUType()); in writeHeader()
1429 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()1434 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()
1802 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()1807 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()