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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t symoff
 
uint32_t nsyms
 
uint32_t stroff
 
uint32_t strsize
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::symtab_command::cmd
uint32_t llvm::MachO::symtab_command::cmdsize

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

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

uint32_t llvm::MachO::symtab_command::nsyms
uint32_t llvm::MachO::symtab_command::stroff
uint32_t llvm::MachO::symtab_command::strsize
uint32_t llvm::MachO::symtab_command::symoff

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