LLVM  8.0.1
Public Attributes | List of all members
llvm::MachO::segment_command_64 Struct Reference

#include "llvm/BinaryFormat/MachO.h"

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

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 540 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::segment_command_64::cmd

Definition at line 541 of file MachO.h.

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

◆ cmdsize

uint32_t llvm::MachO::segment_command_64::cmdsize

Definition at line 542 of file MachO.h.

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

◆ fileoff

uint64_t llvm::MachO::segment_command_64::fileoff

◆ filesize

uint64_t llvm::MachO::segment_command_64::filesize

◆ flags

uint32_t llvm::MachO::segment_command_64::flags

◆ initprot

uint32_t llvm::MachO::segment_command_64::initprot

◆ maxprot

uint32_t llvm::MachO::segment_command_64::maxprot

◆ nsects

uint32_t llvm::MachO::segment_command_64::nsects

◆ segname

char llvm::MachO::segment_command_64::segname[16]

Definition at line 543 of file MachO.h.

Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping().

◆ vmaddr

uint64_t llvm::MachO::segment_command_64::vmaddr

◆ vmsize

uint64_t llvm::MachO::segment_command_64::vmsize

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