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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t cksum
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::prebind_cksum_command::cksum

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

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

uint32_t llvm::MachO::prebind_cksum_command::cmd

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

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

uint32_t llvm::MachO::prebind_cksum_command::cmdsize

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

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


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