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

References

include/llvm/BinaryFormat/MachO.h
 1008   sys::swapByteOrder(mh.cputype);
include/llvm/Object/MachOUniversal.h
   59         return Header.cputype;
   97             MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype,
lib/Object/MachOUniversal.cpp
   73     cputype = Header.cputype;
lib/ObjectYAML/MachOEmitter.cpp
  521   FatArch.cputype = Arch.cputype;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  190     if ((readBigEndian(fa->cputype) == reqCpuType) &&
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
  155     arch.SetArchitecture(eArchTypeMachO, m_fat_archs[idx].cputype,
tools/llvm-lipo/llvm-lipo.cpp
  667     FatArch.cputype = S.getCPUType();