|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| uint32_t | version |
| uint32_t | sdk |
Definition at line 814 of file Support/MachO.h.
| uint32_t llvm::MachO::version_min_command::cmd |
Definition at line 815 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::version_min_command::cmdsize |
Definition at line 817 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::version_min_command::sdk |
Definition at line 819 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getVersionMinMajor(), llvm::object::MachOObjectFile::getVersionMinMinor(), llvm::object::MachOObjectFile::getVersionMinUpdate(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::version_min_command::version |
Definition at line 818 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getVersionMinMajor(), llvm::object::MachOObjectFile::getVersionMinMinor(), llvm::object::MachOObjectFile::getVersionMinUpdate(), and llvm::MachO::swapStruct().
1.8.6