LLVM API Documentation

Public Attributes
llvm::MachO::mach_header Struct Reference

#include <MachO.h>

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

List of all members.

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 536 of file Support/MachO.h.


Member Data Documentation

Definition at line 539 of file Support/MachO.h.

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

Definition at line 538 of file Support/MachO.h.

Referenced by getCPUType(), and llvm::MachO::swapStruct().

Definition at line 543 of file Support/MachO.h.

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

Definition at line 537 of file Support/MachO.h.

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

Definition at line 542 of file Support/MachO.h.

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


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