LLVM  3.7.0
Public Attributes | List of all members
llvm::MachO::sub_library_command Struct Reference

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t sub_library
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::sub_library_command::cmd

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

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

uint32_t llvm::MachO::sub_library_command::cmdsize

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

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

uint32_t llvm::MachO::sub_library_command::sub_library

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

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


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