LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | cmd |
uint32_t | cmdsize |
char | segname [16] |
uint64_t | vmaddr |
uint64_t | vmsize |
uint64_t | fileoff |
uint64_t | filesize |
uint32_t | maxprot |
uint32_t | initprot |
uint32_t | nsects |
uint32_t | flags |
Definition at line 472 of file Support/MachO.h.
uint32_t llvm::MachO::segment_command_64::cmd |
Definition at line 473 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::segment_command_64::cmdsize |
Definition at line 474 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint64_t llvm::MachO::segment_command_64::fileoff |
Definition at line 478 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint64_t llvm::MachO::segment_command_64::filesize |
Definition at line 479 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::segment_command_64::flags |
Definition at line 483 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::segment_command_64::initprot |
Definition at line 481 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::segment_command_64::maxprot |
Definition at line 480 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint32_t llvm::MachO::segment_command_64::nsects |
Definition at line 482 of file Support/MachO.h.
Referenced by llvm::object::getSegmentLoadCommandNumSections(), and llvm::object::SwapStruct().
char llvm::MachO::segment_command_64::segname[16] |
Definition at line 475 of file Support/MachO.h.
uint64_t llvm::MachO::segment_command_64::vmaddr |
Definition at line 476 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
uint64_t llvm::MachO::segment_command_64::vmsize |
Definition at line 477 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().