Searched refs:getCPUType (Results 1 – 8 of 8) sorted by relevance
53 uint32_t getCPUType() const { return CPUType; } in getCPUType() function144 uint32_t CPUType = TargetObjectWriter->getCPUType() & in isARM()
54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function156 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
56 uint32_t getCPUType() const { in getCPUType() function
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()
126 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()
136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
1429 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()1434 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()