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 713 of file Support/MachO.h.
uint32_t llvm::MachO::symtab_command::cmd |
Definition at line 714 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::symtab_command::cmdsize |
Definition at line 715 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::symtab_command::nsyms |
Definition at line 717 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getSymbolByIndex(), llvm::MachO::swapStruct(), and llvm::object::MachOObjectFile::symbol_end_impl().
uint32_t llvm::MachO::symtab_command::stroff |
Definition at line 718 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getStringTableData(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::symtab_command::strsize |
Definition at line 719 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getStringTableData(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::symtab_command::symoff |
Definition at line 716 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getRelocationSymbol(), llvm::object::MachOObjectFile::getSymbolByIndex(), llvm::MachO::swapStruct(), and llvm::object::MachOObjectFile::symbol_end_impl().