|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | magic |
| uint32_t | cputype |
| uint32_t | cpusubtype |
| uint32_t | filetype |
| uint32_t | ncmds |
| uint32_t | sizeofcmds |
| uint32_t | flags |
| uint32_t | reserved |
Definition at line 502 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header_64::cpusubtype |
Definition at line 505 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::cputype |
Definition at line 504 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::filetype |
Definition at line 506 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::flags |
Definition at line 509 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::checkSymbolTable(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::magic |
Definition at line 503 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::ncmds |
Definition at line 507 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::reserved |
Definition at line 510 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
| uint32_t llvm::MachO::mach_header_64::sizeofcmds |
Definition at line 508 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
1.8.6