|
LLVM
3.7.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | n_strx |
| uint8_t | n_type |
| uint8_t | n_sect |
| uint16_t | n_desc |
Definition at line 975 of file Support/MachO.h.
| uint16_t llvm::MachO::nlist_base::n_desc |
Definition at line 979 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 978 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolSection(), and llvm::object::MachOObjectFile::getSymbolSectionID().
| uint32_t llvm::MachO::nlist_base::n_strx |
Definition at line 976 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 977 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getIndirectName(), llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::object::MachOObjectFile::getSymbolType().
1.8.6