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

References

lib/Object/MachOUniversal.cpp
  154         Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
  163                            Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
  170         Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
  176         "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
  186           (A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) ==
  187           (B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)) {
  190           Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + "))");
  200           "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
  203           ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)
tools/llvm-objdump/MachODump.cpp
 2171     uint32_t cpusubtype = OFA.getCPUSubType();
 2176       uint32_t other_cpusubtype = other_OFA.getCPUSubType();
tools/obj2yaml/macho2yaml.cpp
  523     arch.cpusubtype = Slice.getCPUSubType();