reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2177 if (cputype != 0 && cpusubtype != 0 && cputype == other_cputype && 2178 (cpusubtype & ~MachO::CPU_SUBTYPE_MASK) == 2186 printCPUType(cputype, cpusubtype & ~MachO::CPU_SUBTYPE_MASK); 2190 outs() << " cpusubtype " << (cpusubtype & ~MachO::CPU_SUBTYPE_MASK) 2194 (cpusubtype & MachO::CPU_SUBTYPE_MASK) == MachO::CPU_SUBTYPE_LIB64) 2199 (cpusubtype & MachO::CPU_SUBTYPE_MASK) >> 24) << "\n";