|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cputype |
| uint32_t | cpusubtype |
| uint64_t | offset |
| uint64_t | size |
| uint32_t | align |
| uint32_t | reserved |
Definition at line 904 of file Support/MachO.h.
| uint32_t llvm::MachO::fat_arch_64::align |
Definition at line 909 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getAlign(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::cpusubtype |
Definition at line 906 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchFlagName(), llvm::object::MachOUniversalBinary::ObjectForArch::getCPUSubType(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::cputype |
Definition at line 905 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchFlagName(), llvm::object::MachOUniversalBinary::ObjectForArch::getCPUType(), and llvm::MachO::swapStruct().
| uint64_t llvm::MachO::fat_arch_64::offset |
Definition at line 907 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getOffset(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::reserved |
Definition at line 910 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getReserved(), and llvm::MachO::swapStruct().
| uint64_t llvm::MachO::fat_arch_64::size |
Definition at line 908 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getSize(), and llvm::MachO::swapStruct().
1.8.6