LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | n_strx |
uint8_t | n_type |
uint8_t | n_sect |
int16_t | n_desc |
uint32_t | n_value |
Definition at line 861 of file Support/MachO.h.
int16_t llvm::MachO::nlist::n_desc |
Definition at line 865 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint8_t llvm::MachO::nlist::n_sect |
Definition at line 864 of file Support/MachO.h.
uint32_t llvm::MachO::nlist::n_strx |
Definition at line 862 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint8_t llvm::MachO::nlist::n_type |
Definition at line 863 of file Support/MachO.h.
uint32_t llvm::MachO::nlist::n_value |
Definition at line 866 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolAddress(), and llvm::object::SwapStruct().