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
930 struct fat_arch { struct931 uint32_t cputype;932 uint32_t cpusubtype;933 uint32_t offset;934 uint32_t size;935 uint32_t align;