Searched refs:getCPUType (Results 1 – 5 of 5) sorted by relevance
59 uint32_t getCPUType() const { return CPUType; } in getCPUType() function159 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
55 uint32_t getCPUType() const { return Header.cputype; } in getCPUType() function
151 if (I->getCPUType() == static_cast<uint32_t>(CTM)) in getObjectForArch()
298 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function1465 unsigned CPUType = getCPUType(this); in getFileFormatName()1620 return getArch(getCPUType(this)); in getArch()1684 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
142 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()