LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::fat_arch_64 Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::fat_arch_64:
[legend]

Public Attributes

uint32_t cputype
 
uint32_t cpusubtype
 
uint64_t offset
 
uint64_t size
 
uint32_t align
 
uint32_t reserved
 

Detailed Description

Definition at line 904 of file Support/MachO.h.

Member Data Documentation

uint32_t llvm::MachO::fat_arch_64::align
uint32_t llvm::MachO::fat_arch_64::cpusubtype
uint32_t llvm::MachO::fat_arch_64::cputype
uint64_t llvm::MachO::fat_arch_64::offset
uint32_t llvm::MachO::fat_arch_64::reserved
uint64_t llvm::MachO::fat_arch_64::size

The documentation for this struct was generated from the following file: