LLVM 22.0.0git
llvm::RuntimeDyldMachO::EHFrameRelatedSections Struct Reference

#include "ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h"

Public Member Functions

 EHFrameRelatedSections ()
 EHFrameRelatedSections (SID EH, SID T, SID Ex)

Public Attributes

SID EHFrameSID
SID TextSID
SID ExceptTabSID

Detailed Description

Definition at line 28 of file RuntimeDyldMachO.h.

Constructor & Destructor Documentation

◆ EHFrameRelatedSections() [1/2]

llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameRelatedSections ( )
inline

Definition at line 29 of file RuntimeDyldMachO.h.

References EHFrameSID, ExceptTabSID, RTDYLD_INVALID_SECTION_ID, and TextSID.

◆ EHFrameRelatedSections() [2/2]

llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameRelatedSections ( SID EH,
SID T,
SID Ex )
inline

Definition at line 34 of file RuntimeDyldMachO.h.

References EHFrameSID, ExceptTabSID, T, and TextSID.

Member Data Documentation

◆ EHFrameSID

SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameSID

◆ ExceptTabSID

SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::ExceptTabSID

◆ TextSID

SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::TextSID

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