Home
last modified time | relevance | path

Searched defs:fat_arch (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp295 for (const llvm::MachO::fat_arch &fat_arch : fat_archs) in GetModuleSpecifications() local
/external/lldb/source/Host/macosx/
DSymbols.cpp171 ArchSpec fat_arch(eArchTypeMachO, arch_cputype, arch_cpusubtype); in UniversalMachOFileContainsArchAndUUID() local
/external/llvm/include/llvm/Support/
DMachO.h934 struct fat_arch { struct
935 uint32_t cputype;
936 uint32_t cpusubtype;
937 uint32_t offset;
938 uint32_t size;
939 uint32_t align;