LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | cputype |
uint32_t | cpusubtype |
uint32_t | offset |
uint32_t | size |
uint32_t | align |
Definition at line 925 of file Support/MachO.h.
uint32_t llvm::MachO::fat_arch::align |
Definition at line 930 of file Support/MachO.h.
Referenced by SwapStruct().
uint32_t llvm::MachO::fat_arch::cpusubtype |
Definition at line 927 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::getArchTypeName(), and SwapStruct().
uint32_t llvm::MachO::fat_arch::cputype |
Definition at line 926 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 928 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::ObjectForArch(), and SwapStruct().
uint32_t llvm::MachO::fat_arch::size |
Definition at line 929 of file Support/MachO.h.
Referenced by llvm::object::MachOUniversalBinary::ObjectForArch::ObjectForArch(), and SwapStruct().