LLVM
8.0.1
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | cmd |
uint32_t | cmdsize |
uint32_t | dataoff |
uint32_t | datasize |
uint32_t llvm::MachO::linkedit_data_command::cmd |
Definition at line 785 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getDataInCodeLoadCommand(), llvm::object::MachOObjectFile::getLinkOptHintsLoadCommand(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::linkedit_data_command::cmdsize |
Definition at line 786 of file MachO.h.
Referenced by checkLinkeditDataCommand(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::linkedit_data_command::dataoff |
Definition at line 787 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::begin_dices(), checkLinkeditDataCommand(), llvm::object::MachOObjectFile::end_dices(), llvm::yaml::MappingTraits< MachO::fvmlib >::mapping(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::linkedit_data_command::datasize |
Definition at line 788 of file MachO.h.
Referenced by checkLinkeditDataCommand(), llvm::object::MachOObjectFile::end_dices(), llvm::yaml::MappingTraits< MachO::fvmlib >::mapping(), and llvm::MachO::swapStruct().