LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | n_strx |
uint8_t | n_type |
uint8_t | n_sect |
uint16_t | n_desc |
Definition at line 966 of file Support/MachO.h.
uint16_t llvm::MachO::nlist_base::n_desc |
Definition at line 970 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolAlignment(), llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist_base::n_sect |
Definition at line 969 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolSection(), and llvm::object::MachOObjectFile::getSymbolSize().
uint32_t llvm::MachO::nlist_base::n_strx |
Definition at line 967 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolName(), and llvm::MachO::swapStruct().
uint8_t llvm::MachO::nlist_base::n_type |
Definition at line 968 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::object::MachOObjectFile::getSymbolType().