LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::mach_header Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::mach_header:
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
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::mach_header::cpusubtype

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

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

uint32_t llvm::MachO::mach_header::cputype

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

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

uint32_t llvm::MachO::mach_header::filetype

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

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

uint32_t llvm::MachO::mach_header::flags

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

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

uint32_t llvm::MachO::mach_header::magic

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

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

uint32_t llvm::MachO::mach_header::ncmds
uint32_t llvm::MachO::mach_header::sizeofcmds

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

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


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