LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachOYAML::FatArch Struct Reference

#include "llvm/ObjectYAML/MachOYAML.h"

Public Attributes

llvm::yaml::Hex32 cputype
 
llvm::yaml::Hex32 cpusubtype
 
llvm::yaml::Hex64 offset
 
uint64_t size
 
uint32_t align
 
llvm::yaml::Hex32 reserved
 

Detailed Description

Definition at line 154 of file MachOYAML.h.

Member Data Documentation

◆ align

uint32_t llvm::MachOYAML::FatArch::align

◆ cpusubtype

llvm::yaml::Hex32 llvm::MachOYAML::FatArch::cpusubtype

◆ cputype

llvm::yaml::Hex32 llvm::MachOYAML::FatArch::cputype

◆ offset

llvm::yaml::Hex64 llvm::MachOYAML::FatArch::offset

◆ reserved

llvm::yaml::Hex32 llvm::MachOYAML::FatArch::reserved

◆ size

uint64_t llvm::MachOYAML::FatArch::size

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