LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::linkedit_data_command Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::linkedit_data_command:
[legend]

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t dataoff
 
uint32_t datasize
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::linkedit_data_command::cmd
uint32_t llvm::MachO::linkedit_data_command::cmdsize

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

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

uint32_t llvm::MachO::linkedit_data_command::dataoff
uint32_t llvm::MachO::linkedit_data_command::datasize

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