LLVM 20.0.0git
|
A dylib for use with a dylib command (e.g. LC_ID_DYLIB, LC_LOAD_DYLIB). More...
#include "llvm/ExecutionEngine/Orc/MachOPlatform.h"
Public Attributes | |
std::string | Name |
uint32_t | Timestamp |
uint32_t | CurrentVersion |
uint32_t | CompatibilityVersion |
A dylib for use with a dylib command (e.g. LC_ID_DYLIB, LC_LOAD_DYLIB).
Definition at line 54 of file MachOPlatform.h.
uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::CompatibilityVersion |
Definition at line 58 of file MachOPlatform.h.
uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::CurrentVersion |
Definition at line 57 of file MachOPlatform.h.
std::string llvm::orc::MachOPlatform::HeaderOptions::Dylib::Name |
Definition at line 55 of file MachOPlatform.h.
uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::Timestamp |
Definition at line 56 of file MachOPlatform.h.