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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint32_t n_strx
 
uint8_t n_type
 
uint8_t n_sect
 
uint16_t n_desc
 

Detailed Description

Definition at line 966 of file MachO.h.

Member Data Documentation

◆ n_desc

uint16_t llvm::MachO::nlist_base::n_desc

◆ n_sect

uint8_t llvm::MachO::nlist_base::n_sect

◆ n_strx

uint32_t llvm::MachO::nlist_base::n_strx

◆ n_type

uint8_t llvm::MachO::nlist_base::n_type

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