Searched defs:getCPUSubType (Results 1 – 5 of 5) sorted by relevance
63 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
48 uint32_t getCPUSubType() const { in getCPUSubType() function
66 uint32_t getCPUSubType() const { in getCPUSubType() function
95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function