Searched defs:getCPUSubType (Results 1 – 10 of 10) 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
63 uint32_t getCPUSubType() const { in getCPUSubType() function
62 uint32_t getCPUSubType() const { in getCPUSubType() function
278 uint32_t MachOLinkingContext::getCPUSubType() const { in getCPUSubType() function in lld::MachOLinkingContext
131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function