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

#include "llvm/BinaryFormat/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 925 of file MachO.h.

Member Data Documentation

◆ align

uint32_t llvm::MachO::fat_arch::align

◆ cpusubtype

uint32_t llvm::MachO::fat_arch::cpusubtype

◆ cputype

uint32_t llvm::MachO::fat_arch::cputype

◆ offset

uint32_t llvm::MachO::fat_arch::offset

◆ size

uint32_t llvm::MachO::fat_arch::size

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