LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::fat_arch Struct Reference

#include <MachO.h>

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

Public Attributes

uint32_t cputype
 
uint32_t cpusubtype
 
uint32_t offset
 
uint32_t size
 
uint32_t align
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::fat_arch::align

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

Referenced by SwapStruct().

uint32_t llvm::MachO::fat_arch::cpusubtype

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

Referenced by SwapStruct().

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: