LLVM: llvm::MachO::fat_header Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/MachO.h](BinaryFormat%5F2MachO%5F8h%5Fsource.html)"

Public Attributes
uint32_t magic
uint32_t nfat_arch

Detailed Description

Definition at line 956 of file MachO.h.

Member Data Documentation

magic

uint32_t llvm::MachO::fat_header::magic

Definition at line 957 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

nfat_arch

uint32_t llvm::MachO::fat_header::nfat_arch

Definition at line 958 of file MachO.h.

Referenced by llvm::MachO::swapStruct().


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