|
LLVM 23.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
| uint32_t | cputype |
| uint32_t | cpusubtype |
| uint64_t | offset |
| uint64_t | size |
| uint32_t | align |
| uint32_t | reserved |
| uint32_t llvm::MachO::fat_arch_64::align |
Definition at line 1031 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::cpusubtype |
Definition at line 1028 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::cputype |
Definition at line 1027 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint64_t llvm::MachO::fat_arch_64::offset |
Definition at line 1029 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::fat_arch_64::reserved |
Definition at line 1032 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint64_t llvm::MachO::fat_arch_64::size |
Definition at line 1030 of file MachO.h.
Referenced by llvm::MachO::swapStruct().