LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::MachOPlatform::HeaderOptions::Dylib Struct Reference

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
 

Detailed Description

A dylib for use with a dylib command (e.g. LC_ID_DYLIB, LC_LOAD_DYLIB).

Definition at line 54 of file MachOPlatform.h.

Member Data Documentation

◆ CompatibilityVersion

uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::CompatibilityVersion

Definition at line 58 of file MachOPlatform.h.

◆ CurrentVersion

uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::CurrentVersion

Definition at line 57 of file MachOPlatform.h.

◆ Name

std::string llvm::orc::MachOPlatform::HeaderOptions::Dylib::Name

Definition at line 55 of file MachOPlatform.h.

◆ Timestamp

uint32_t llvm::orc::MachOPlatform::HeaderOptions::Dylib::Timestamp

Definition at line 56 of file MachOPlatform.h.


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