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

#include <MachO.h>

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

Public Attributes

uint32_t n_strx
 
uint8_t n_type
 
uint8_t n_sect
 
uint16_t n_desc
 

Detailed Description

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

Member Data Documentation

uint16_t llvm::MachO::nlist_base::n_desc
uint8_t llvm::MachO::nlist_base::n_sect
uint32_t llvm::MachO::nlist_base::n_strx
uint8_t llvm::MachO::nlist_base::n_type

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