|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| uint32_t | name |
| uint32_t | nmodules |
| uint32_t | linked_modules |
Definition at line 626 of file Support/MachO.h.
| uint32_t llvm::MachO::prebound_dylib_command::cmd |
Definition at line 627 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::prebound_dylib_command::cmdsize |
Definition at line 628 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::prebound_dylib_command::linked_modules |
Definition at line 631 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::prebound_dylib_command::name |
Definition at line 629 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::prebound_dylib_command::nmodules |
Definition at line 630 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
1.8.6