LLVM API Documentation

Public Attributes
llvm::MachO::segment_command_64 Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::segment_command_64:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 576 of file Support/MachO.h.


Member Data Documentation

Definition at line 577 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 578 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 582 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 583 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 587 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 585 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 584 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 586 of file Support/MachO.h.

Referenced by getSegmentLoadCommandNumSections(), and llvm::MachO::swapStruct().

Definition at line 579 of file Support/MachO.h.

Referenced by isPageZeroSegment().

Definition at line 580 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

Definition at line 581 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().


The documentation for this struct was generated from the following file: