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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t magic
 
uint32_t cputype
 
uint32_t cpusubtype
 
uint32_t filetype
 
uint32_t ncmds
 
uint32_t sizeofcmds
 
uint32_t flags
 

Detailed Description

Definition at line 512 of file MachO.h.

Member Data Documentation

◆ cpusubtype

uint32_t llvm::MachO::mach_header::cpusubtype

◆ cputype

uint32_t llvm::MachO::mach_header::cputype

◆ filetype

uint32_t llvm::MachO::mach_header::filetype

◆ flags

uint32_t llvm::MachO::mach_header::flags

Definition at line 519 of file MachO.h.

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

◆ magic

uint32_t llvm::MachO::mach_header::magic

Definition at line 513 of file MachO.h.

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

◆ ncmds

uint32_t llvm::MachO::mach_header::ncmds

Definition at line 517 of file MachO.h.

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

◆ sizeofcmds

uint32_t llvm::MachO::mach_header::sizeofcmds

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