LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 33 of file RuntimeDyldMachO.h.

Constructor & Destructor Documentation

◆ EHFrameRelatedSections() [1/2]

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

Definition at line 34 of file RuntimeDyldMachO.h.

◆ EHFrameRelatedSections() [2/2]

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

Definition at line 39 of file RuntimeDyldMachO.h.

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: