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

#include <MachO.h>

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

Public Attributes

uint32_t cputype
 
uint32_t cpusubtype
 
uint32_t offset
 
uint32_t size
 
uint32_t align
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::fat_arch::align
uint32_t llvm::MachO::fat_arch::cpusubtype
uint32_t llvm::MachO::fat_arch::cputype
uint32_t llvm::MachO::fat_arch::offset
uint32_t llvm::MachO::fat_arch::size

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