|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| struct dylib | dylib |
Definition at line 595 of file Support/MachO.h.
| uint32_t llvm::MachO::dylib_command::cmd |
Definition at line 596 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::dylib_command::cmdsize |
Definition at line 597 of file Support/MachO.h.
Referenced by checkDylibCommand(), llvm::object::MachOObjectFile::getLibraryShortNameByIndex(), and llvm::MachO::swapStruct().
| struct dylib llvm::MachO::dylib_command::dylib |
Definition at line 598 of file Support/MachO.h.
Referenced by checkDylibCommand(), llvm::object::MachOObjectFile::getLibraryShortNameByIndex(), and llvm::MachO::swapStruct().
1.8.6