|
LLVM
4.0.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 946 of file Support/MachO.h.
| uint16_t llvm::MachO::nlist_base::n_desc |
Definition at line 950 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 949 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 947 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 948 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getIndirectName(), llvm::object::MachOObjectFile::getSymbolFlags(), and llvm::object::MachOObjectFile::getSymbolType().
1.8.6