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 |
uint32_t | reserved |
Definition at line 546 of file Support/MachO.h.
Definition at line 549 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header_64::cputype |
Definition at line 548 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
Definition at line 550 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header_64::flags |
Definition at line 553 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header_64::magic |
Definition at line 547 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header_64::ncmds |
Definition at line 551 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
Definition at line 554 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().
Definition at line 552 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().