LLVM 24.0.0git
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 1032 of file MachO.h.

Member Data Documentation

◆ align

uint32_t llvm::MachO::fat_arch_64::align

Definition at line 1037 of file MachO.h.

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

◆ cpusubtype

uint32_t llvm::MachO::fat_arch_64::cpusubtype

Definition at line 1034 of file MachO.h.

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

◆ cputype

uint32_t llvm::MachO::fat_arch_64::cputype

Definition at line 1033 of file MachO.h.

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

◆ offset

uint64_t llvm::MachO::fat_arch_64::offset

Definition at line 1035 of file MachO.h.

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

◆ reserved

uint32_t llvm::MachO::fat_arch_64::reserved

Definition at line 1038 of file MachO.h.

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

◆ size

uint64_t llvm::MachO::fat_arch_64::size

Definition at line 1036 of file MachO.h.

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


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