LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::nlist_64 Struct Reference

#include <MachO.h>

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

Public Attributes

uint32_t n_strx
 
uint8_t n_type
 
uint8_t n_sect
 
uint16_t n_desc
 
uint64_t n_value
 

Detailed Description

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

Member Data Documentation

uint16_t llvm::MachO::nlist_64::n_desc

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

Referenced by llvm::object::SwapStruct().

uint8_t llvm::MachO::nlist_64::n_sect

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

uint32_t llvm::MachO::nlist_64::n_strx

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

Referenced by llvm::object::SwapStruct().

uint8_t llvm::MachO::nlist_64::n_type

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

uint64_t llvm::MachO::nlist_64::n_value

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