|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cputype |
| uint32_t | cpusubtype |
| uint32_t | offset |
| uint32_t | size |
| uint32_t | align |
Definition at line 896 of file Support/MachO.h.
| uint32_t llvm::MachO::fat_arch::align |
Definition at line 901 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getAlign(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch::cpusubtype |
Definition at line 898 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::cputype |
Definition at line 897 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchFlagName(), llvm::object::MachOUniversalBinary::ObjectForArch::getCPUType(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch::offset |
Definition at line 899 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getOffset(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch::size |
Definition at line 900 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getSize(), and llvm::MachO::swapStruct().
1.8.6