|
LLVM
3.7.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| uint32_t | dataoff |
| uint32_t | datasize |
Definition at line 818 of file Support/MachO.h.
| uint32_t llvm::MachO::linkedit_data_command::cmd |
Definition at line 819 of file Support/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 820 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::linkedit_data_command::dataoff |
Definition at line 821 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::begin_dices(), llvm::object::MachOObjectFile::end_dices(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::linkedit_data_command::datasize |
Definition at line 822 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::end_dices(), and llvm::MachO::swapStruct().
1.8.6