LLVM API Documentation
#include <MachO.h>

Public Attributes | |
| uint32_t | cmd |
| uint32_t | cmdsize |
| char | segname [16] |
| uint32_t | vmaddr |
| uint32_t | vmsize |
| uint32_t | fileoff |
| uint32_t | filesize |
| uint32_t | maxprot |
| uint32_t | initprot |
| uint32_t | nsects |
| uint32_t | flags |
Definition at line 458 of file Support/MachO.h.
| uint32_t llvm::MachO::segment_command::cmd |
Definition at line 459 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::cmdsize |
Definition at line 460 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::fileoff |
Definition at line 464 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::filesize |
Definition at line 465 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::flags |
Definition at line 469 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::initprot |
Definition at line 467 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::maxprot |
Definition at line 466 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::nsects |
Definition at line 468 of file Support/MachO.h.
Referenced by llvm::object::getSegmentLoadCommandNumSections(), and llvm::object::SwapStruct().
| char llvm::MachO::segment_command::segname[16] |
Definition at line 461 of file Support/MachO.h.
| uint32_t llvm::MachO::segment_command::vmaddr |
Definition at line 462 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().
| uint32_t llvm::MachO::segment_command::vmsize |
Definition at line 463 of file Support/MachO.h.
Referenced by llvm::object::SwapStruct().