LLVM API Documentation
Header common to all Mach object files. More...
#include <MachOFormat.h>

Public Attributes | |
| uint32_t | Magic |
| uint32_t | CPUType |
| uint32_t | CPUSubtype |
| uint32_t | FileType |
| uint32_t | NumLoadCommands |
| uint32_t | SizeOfLoadCommands |
| uint32_t | Flags |
Header common to all Mach object files.
Definition at line 118 of file MachOFormat.h.
Definition at line 121 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Header::CPUType |
Definition at line 120 of file MachOFormat.h.
Referenced by llvm::object::getCPUType(), and llvm::object::SwapStruct().
Definition at line 122 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Header::Flags |
Definition at line 125 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::object::macho::Header::Magic |
Definition at line 119 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().
Definition at line 123 of file MachOFormat.h.
Referenced by llvm::object::MachOObjectFile::MachOObjectFile(), and llvm::object::SwapStruct().
Definition at line 124 of file MachOFormat.h.
Referenced by llvm::object::SwapStruct().