LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | name |
uint32_t | timestamp |
uint32_t | current_version |
uint32_t | compatibility_version |
Definition at line 631 of file Support/MachO.h.
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 |
Definition at line 632 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getLibraryShortNameByIndex(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::dylib::timestamp |
Definition at line 633 of file Support/MachO.h.
Referenced by llvm::MachO::swapStruct().