LLVM 22.0.0git
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 948 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::entry_point_command::cmd

Definition at line 949 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::entry_point_command::cmdsize

Definition at line 950 of file MachO.h.

◆ entryoff

uint64_t llvm::MachO::entry_point_command::entryoff

Definition at line 951 of file MachO.h.

◆ stacksize

uint64_t llvm::MachO::entry_point_command::stacksize

Definition at line 952 of file MachO.h.


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