LLVM 19.0.0git
Public Attributes | List of all members
llvm::RuntimeDyldMachO::SectionOffsetPair Struct Reference

#include "ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h"

Public Attributes

unsigned SectionID
 
uint64_t Offset
 

Detailed Description

Definition at line 28 of file RuntimeDyldMachO.h.

Member Data Documentation

◆ Offset

uint64_t llvm::RuntimeDyldMachO::SectionOffsetPair::Offset

Definition at line 30 of file RuntimeDyldMachO.h.

◆ SectionID

unsigned llvm::RuntimeDyldMachO::SectionOffsetPair::SectionID

Definition at line 29 of file RuntimeDyldMachO.h.


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