LLVM API Documentation
Public Attributes | |
uint32_t | n_strx |
uint8_t | n_type |
uint8_t | n_sect |
uint16_t | n_desc |
Definition at line 32 of file MachOObjectFile.cpp.
uint16_t llvm::object::nlist_base::n_desc |
Definition at line 36 of file MachOObjectFile.cpp.
Referenced by llvm::object::MachOObjectFile::getSymbolAlignment(), llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::object::SwapStruct().
uint8_t llvm::object::nlist_base::n_sect |
Definition at line 35 of file MachOObjectFile.cpp.
Referenced by llvm::object::MachOObjectFile::getSymbolFileOffset(), llvm::object::MachOObjectFile::getSymbolSection(), and llvm::object::MachOObjectFile::getSymbolSize().
uint32_t llvm::object::nlist_base::n_strx |
Definition at line 33 of file MachOObjectFile.cpp.
Referenced by llvm::object::MachOObjectFile::getSymbolName(), and llvm::object::SwapStruct().
uint8_t llvm::object::nlist_base::n_type |
Definition at line 34 of file MachOObjectFile.cpp.
Referenced by llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::object::MachOObjectFile::getSymbolType().