LLVM API Documentation

Public Attributes
llvm::MachO::segment_command Struct Reference

#include <MachO.h>

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

List of all members.

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

Detailed Description

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


Member Data Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Referenced by isPageZeroSegment().

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

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

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

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


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