reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 2177       if (cputype != 0 && cpusubtype != 0 && cputype == other_cputype &&
 2177       if (cputype != 0 && cpusubtype != 0 && cputype == other_cputype &&
 2186       printCPUType(cputype, cpusubtype & ~MachO::CPU_SUBTYPE_MASK);
 2189       outs() << "    cputype " << cputype << "\n";