LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::mach_header_64 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
 
uint32_t reserved
 

Detailed Description

Definition at line 522 of file MachO.h.

Member Data Documentation

◆ cpusubtype

uint32_t llvm::MachO::mach_header_64::cpusubtype

Definition at line 525 of file MachO.h.

◆ cputype

uint32_t llvm::MachO::mach_header_64::cputype

Definition at line 524 of file MachO.h.

◆ filetype

uint32_t llvm::MachO::mach_header_64::filetype

Definition at line 526 of file MachO.h.

◆ flags

uint32_t llvm::MachO::mach_header_64::flags

Definition at line 529 of file MachO.h.

Referenced by llvm::object::MachOObjectFile::checkSymbolTable().

◆ magic

uint32_t llvm::MachO::mach_header_64::magic

Definition at line 523 of file MachO.h.

◆ ncmds

uint32_t llvm::MachO::mach_header_64::ncmds

Definition at line 527 of file MachO.h.

◆ reserved

uint32_t llvm::MachO::mach_header_64::reserved

Definition at line 530 of file MachO.h.

◆ sizeofcmds

uint32_t llvm::MachO::mach_header_64::sizeofcmds

Definition at line 528 of file MachO.h.


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