Searched defs:fat_arch (Results 1 – 3 of 3) sorted by relevance
295 for (const llvm::MachO::fat_arch &fat_arch : fat_archs) in GetModuleSpecifications() local
919 struct fat_arch { struct920 uint32_t cputype;921 uint32_t cpusubtype;922 uint32_t offset;923 uint32_t size;924 uint32_t align;
171 ArchSpec fat_arch(eArchTypeMachO, arch_cputype, arch_cpusubtype); in UniversalMachOFileContainsArchAndUUID() local