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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t offset
 
uint32_t size
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::symseg_command::cmd

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

uint32_t llvm::MachO::symseg_command::cmdsize

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

uint32_t llvm::MachO::symseg_command::offset

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

uint32_t llvm::MachO::symseg_command::size

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


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