|
LLVM
3.7.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | cputype |
| uint32_t | cpusubtype |
| uint32_t | offset |
| uint32_t | size |
| uint32_t | align |
Definition at line 934 of file Support/MachO.h.
| uint32_t llvm::MachO::fat_arch::align |
Definition at line 939 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getAlign(), and SwapStruct().
| uint32_t llvm::MachO::fat_arch::cpusubtype |
Definition at line 936 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchTypeName(), llvm::object::MachOUniversalBinary::ObjectForArch::getCPUSubType(), and SwapStruct().
| uint32_t llvm::MachO::fat_arch::cputype |
Definition at line 935 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchTypeName(), llvm::object::MachOUniversalBinary::ObjectForArch::getCPUType(), and SwapStruct().
| uint32_t llvm::MachO::fat_arch::offset |
Definition at line 937 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getOffset(), llvm::object::MachOUniversalBinary::ObjectForArch::ObjectForArch(), and SwapStruct().
| uint32_t llvm::MachO::fat_arch::size |
Definition at line 938 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getSize(), llvm::object::MachOUniversalBinary::ObjectForArch::ObjectForArch(), and SwapStruct().
1.8.6