LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::RuntimeDyldMachO::EHFrameRelatedSections Struct Reference

#include <RuntimeDyldMachO.h>

Collaboration diagram for llvm::RuntimeDyldMachO::EHFrameRelatedSections:
[legend]

Public Member Functions

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

Public Attributes

SID EHFrameSID
 
SID TextSID
 
SID ExceptTabSID
 

Detailed Description

Definition at line 34 of file RuntimeDyldMachO.h.

Constructor & Destructor Documentation

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

Definition at line 35 of file RuntimeDyldMachO.h.

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

Definition at line 40 of file RuntimeDyldMachO.h.

Member Data Documentation

SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameSID
SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::ExceptTabSID
SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::TextSID

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