Searched refs:getCPUType (Results 1 – 6 of 6) sorted by relevance
60 uint32_t getCPUType() const { return CPUType; } in getCPUType() function163 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
54 uint32_t getCPUType() const { return Header.cputype; } in getCPUType() function
144 if (I->getCPUType() == static_cast<uint32_t>(CTM)) in getObjectForArch()
127 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function1264 unsigned CPUType = getCPUType(this); in getFileFormatName()1464 return getArch(getCPUType(this)); in getArch()2163 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
143 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()
1386 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()1391 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()