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