LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::object::nlist_base Struct Reference
Collaboration diagram for llvm::object::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 32 of file MachOObjectFile.cpp.

Member Data Documentation

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

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