LLVM API Documentation

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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint64_t entryoff
 
uint64_t stacksize
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::entry_point_command::cmd

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

uint32_t llvm::MachO::entry_point_command::cmdsize

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

uint64_t llvm::MachO::entry_point_command::entryoff

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

uint64_t llvm::MachO::entry_point_command::stacksize

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


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