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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cputype
 
uint32_t cpusubtype
 
uint32_t offset
 
uint32_t size
 
uint32_t align
 

Detailed Description

Definition at line 961 of file MachO.h.

Member Data Documentation

◆ align

uint32_t llvm::MachO::fat_arch::align

Definition at line 966 of file MachO.h.

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

◆ cpusubtype

uint32_t llvm::MachO::fat_arch::cpusubtype

Definition at line 963 of file MachO.h.

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

◆ cputype

uint32_t llvm::MachO::fat_arch::cputype

Definition at line 962 of file MachO.h.

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

◆ offset

uint32_t llvm::MachO::fat_arch::offset

Definition at line 964 of file MachO.h.

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

◆ size

uint32_t llvm::MachO::fat_arch::size

Definition at line 965 of file MachO.h.

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


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