Searched defs:getCPUType (Results 1 – 3 of 3) sorted by relevance
54 uint32_t getCPUType() const { return Header.cputype; } in getCPUType() function
54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
108 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function