LLVM 18.0.0git
|
#include "llvm/BinaryFormat/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 llvm::MachO::mach_header::cpusubtype |
Definition at line 521 of file MachO.h.
Referenced by llvm::object::MachOObjectFile::getArchTriple(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::cputype |
Definition at line 520 of file MachO.h.
Referenced by extractSections(), llvm::object::MachOObjectFile::getArchTriple(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::filetype |
Definition at line 522 of file MachO.h.
Referenced by checkDylibIdCommand(), llvm::object::MachOObjectFile::isRelocatableObject(), parseSegmentLoadCommand(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::flags |
Definition at line 525 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::magic |
Definition at line 519 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::ncmds |
Definition at line 523 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
uint32_t llvm::MachO::mach_header::sizeofcmds |
Definition at line 524 of file MachO.h.
Referenced by getFirstLoadCommandInfo(), getNextLoadCommandInfo(), and llvm::MachO::swapStruct().