LLVM  3.7.0
Public Attributes | List of all members
llvm::MachO::entry_point_command Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::entry_point_command:
[legend]

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint64_t entryoff
 
uint64_t stacksize
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::entry_point_command::cmd

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

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

uint32_t llvm::MachO::entry_point_command::cmdsize

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

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

uint64_t llvm::MachO::entry_point_command::entryoff

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

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

uint64_t llvm::MachO::entry_point_command::stacksize

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

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


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