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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t offset
 
uint32_t size
 

Detailed Description

Definition at line 873 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::symseg_command::cmd

Definition at line 874 of file MachO.h.

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

◆ cmdsize

uint32_t llvm::MachO::symseg_command::cmdsize

Definition at line 875 of file MachO.h.

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

◆ offset

uint32_t llvm::MachO::symseg_command::offset

◆ size

uint32_t llvm::MachO::symseg_command::size

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