LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | cmd |
uint32_t | cmdsize |
uint32_t | symoff |
uint32_t | nsyms |
uint32_t | stroff |
uint32_t | strsize |
Definition at line 609 of file Support/MachO.h.
uint32_t llvm::MachO::symtab_command::cmd |
Definition at line 610 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::symtab_command::cmdsize |
Definition at line 611 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::symtab_command::nsyms |
Definition at line 613 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::end_symbols(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::symtab_command::stroff |
Definition at line 614 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getStringTableData(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::symtab_command::strsize |
Definition at line 615 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getStringTableData(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::symtab_command::symoff |
Definition at line 612 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::begin_symbols(), llvm::object::MachOObjectFile::end_symbols(), llvm::object::MachOObjectFile::getRelocationSymbol(), and llvm::object::SwapStruct().