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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cputype
 
uint32_t cpusubtype
 
uint64_t offset
 
uint64_t size
 
uint32_t align
 
uint32_t reserved
 

Detailed Description

Definition at line 969 of file MachO.h.

Member Data Documentation

◆ align

uint32_t llvm::MachO::fat_arch_64::align

◆ cpusubtype

uint32_t llvm::MachO::fat_arch_64::cpusubtype

◆ cputype

uint32_t llvm::MachO::fat_arch_64::cputype

◆ offset

uint64_t llvm::MachO::fat_arch_64::offset

◆ reserved

uint32_t llvm::MachO::fat_arch_64::reserved

◆ size

uint64_t llvm::MachO::fat_arch_64::size

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