LLVM  8.0.1
Public Attributes | List of all members
llvm::MachO::mach_header_64 Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::mach_header_64:
Collaboration graph
[legend]

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 510 of file MachO.h.

Member Data Documentation

◆ cpusubtype

uint32_t llvm::MachO::mach_header_64::cpusubtype

Definition at line 513 of file MachO.h.

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

◆ cputype

uint32_t llvm::MachO::mach_header_64::cputype

Definition at line 512 of file MachO.h.

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

◆ filetype

uint32_t llvm::MachO::mach_header_64::filetype

Definition at line 514 of file MachO.h.

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

◆ flags

uint32_t llvm::MachO::mach_header_64::flags

◆ magic

uint32_t llvm::MachO::mach_header_64::magic

Definition at line 511 of file MachO.h.

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

◆ ncmds

uint32_t llvm::MachO::mach_header_64::ncmds

Definition at line 515 of file MachO.h.

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

◆ reserved

uint32_t llvm::MachO::mach_header_64::reserved

Definition at line 518 of file MachO.h.

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

◆ sizeofcmds

uint32_t llvm::MachO::mach_header_64::sizeofcmds

Definition at line 516 of file MachO.h.

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


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