LLVM API Documentation

Public Attributes
llvm::object::macho::Header Struct Reference

Header common to all Mach object files. More...

#include <MachOFormat.h>

Collaboration diagram for llvm::object::macho::Header:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint32_t Magic
uint32_t CPUType
uint32_t CPUSubtype
uint32_t FileType
uint32_t NumLoadCommands
uint32_t SizeOfLoadCommands
uint32_t Flags

Detailed Description

Header common to all Mach object files.

Definition at line 118 of file MachOFormat.h.


Member Data Documentation

Definition at line 121 of file MachOFormat.h.

Referenced by llvm::object::SwapStruct().

Definition at line 120 of file MachOFormat.h.

Referenced by llvm::object::getCPUType(), and llvm::object::SwapStruct().

Definition at line 122 of file MachOFormat.h.

Referenced by llvm::object::SwapStruct().

Definition at line 125 of file MachOFormat.h.

Referenced by llvm::object::SwapStruct().

Definition at line 119 of file MachOFormat.h.

Referenced by llvm::object::SwapStruct().

Definition at line 124 of file MachOFormat.h.

Referenced by llvm::object::SwapStruct().


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