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
171 ArchSpec fat_arch(eArchTypeMachO, arch_cputype, arch_cpusubtype); in UniversalMachOFileContainsArchAndUUID() local
934 struct fat_arch { struct935 uint32_t cputype;936 uint32_t cpusubtype;937 uint32_t offset;938 uint32_t size;939 uint32_t align;