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

#include <MachO.h>

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

Public Attributes

uint32_t name
 
uint32_t timestamp
 
uint32_t current_version
 
uint32_t compatibility_version
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::dylib::compatibility_version

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

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

uint32_t llvm::MachO::dylib::current_version

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

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

uint32_t llvm::MachO::dylib::name
uint32_t llvm::MachO::dylib::timestamp

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

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


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