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/llvm/include/llvm/Support/
DMachO.h919 struct fat_arch { struct
920 uint32_t cputype;
921 uint32_t cpusubtype;
922 uint32_t offset;
923 uint32_t size;
924 uint32_t align;
/external/lldb/source/Host/macosx/
DSymbols.cpp171 ArchSpec fat_arch(eArchTypeMachO, arch_cputype, arch_cpusubtype); in UniversalMachOFileContainsArchAndUUID() local