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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint32_t magic
 
uint32_t nfat_arch
 

Detailed Description

Definition at line 920 of file MachO.h.

Member Data Documentation

◆ magic

uint32_t llvm::MachO::fat_header::magic

Definition at line 921 of file MachO.h.

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

◆ nfat_arch

uint32_t llvm::MachO::fat_header::nfat_arch

Definition at line 922 of file MachO.h.

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


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