Searched defs:getCPUType (Results 1 – 8 of 8) sorted by relevance
77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() function in MachO
68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
44 uint32_t getCPUType() const { in getCPUType() function
59 uint32_t getCPUType() const { in getCPUType() function
67 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
544 codeview::CPUType getCPUType() { return CompilationCPUType; } in getCPUType() function
365 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function
132 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function