LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::symseg_command Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t offset
 
uint32_t size
 

Detailed Description

Definition at line 909 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::symseg_command::cmd

Definition at line 910 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::symseg_command::cmdsize

Definition at line 911 of file MachO.h.

◆ offset

uint32_t llvm::MachO::symseg_command::offset

Definition at line 912 of file MachO.h.

◆ size

uint32_t llvm::MachO::symseg_command::size

Definition at line 913 of file MachO.h.


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