LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | cmd |
uint32_t | cmdsize |
uint32_t | dataoff |
uint32_t | datasize |
Definition at line 714 of file Support/MachO.h.
uint32_t llvm::MachO::linkedit_data_command::cmd |
Definition at line 715 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getDataInCodeLoadCommand(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::linkedit_data_command::cmdsize |
Definition at line 716 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::linkedit_data_command::dataoff |
Definition at line 717 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::begin_dices(), llvm::object::MachOObjectFile::end_dices(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::linkedit_data_command::datasize |
Definition at line 718 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::end_dices(), and llvm::object::SwapStruct().