LLVM  4.0.0
Public Attributes | List of all members
llvm::MachOYAML::NListEntry Struct Reference

#include <MachOYAML.h>

Collaboration diagram for llvm::MachOYAML::NListEntry:
[legend]

Public Attributes

uint32_t n_strx
 
llvm::yaml::Hex8 n_type
 
uint8_t n_sect
 
uint16_t n_desc
 
uint64_t n_value
 

Detailed Description

Definition at line 61 of file MachOYAML.h.

Member Data Documentation

uint16_t llvm::MachOYAML::NListEntry::n_desc
uint8_t llvm::MachOYAML::NListEntry::n_sect
uint32_t llvm::MachOYAML::NListEntry::n_strx
llvm::yaml::Hex8 llvm::MachOYAML::NListEntry::n_type
uint64_t llvm::MachOYAML::NListEntry::n_value

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