LLVM API Documentation
#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 |
Definition at line 286 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::cpusubtype |
Definition at line 289 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::cputype |
Definition at line 288 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::filetype |
Definition at line 290 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::flags |
Definition at line 293 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::magic |
Definition at line 287 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::ncmds |
Definition at line 291 of file Support/MachO.h.
| uint32_t llvm::MachO::mach_header::sizeofcmds |
Definition at line 292 of file Support/MachO.h.