Searched refs:getCPUType (Results 1 – 5 of 5) sorted by relevance
54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function156 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
54 uint32_t getCPUType() const { return Header.cputype; } in getCPUType() function
108 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function994 unsigned CPUType = getCPUType(this); in getFileFormatName()1194 return getArch(getCPUType(this)); in getArch()1885 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
1342 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()1347 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()