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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint64_t entryoff
 
uint64_t stacksize
 

Detailed Description

Definition at line 954 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::entry_point_command::cmd

Definition at line 955 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::entry_point_command::cmdsize

Definition at line 956 of file MachO.h.

◆ entryoff

uint64_t llvm::MachO::entry_point_command::entryoff

Definition at line 957 of file MachO.h.

◆ stacksize

uint64_t llvm::MachO::entry_point_command::stacksize

Definition at line 958 of file MachO.h.


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