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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t dataoff
 
uint32_t datasize
 

Detailed Description

Definition at line 784 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::linkedit_data_command::cmd

◆ cmdsize

uint32_t llvm::MachO::linkedit_data_command::cmdsize

Definition at line 786 of file MachO.h.

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

◆ dataoff

uint32_t llvm::MachO::linkedit_data_command::dataoff

◆ datasize

uint32_t llvm::MachO::linkedit_data_command::datasize

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