|
LLVM 22.0.0git
|
#include "ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h"
Public Member Functions | |
| EHFrameRelatedSections () | |
| EHFrameRelatedSections (SID EH, SID T, SID Ex) | |
Public Attributes | |
| SID | EHFrameSID |
| SID | TextSID |
| SID | ExceptTabSID |
Definition at line 28 of file RuntimeDyldMachO.h.
|
inline |
Definition at line 29 of file RuntimeDyldMachO.h.
References EHFrameSID, ExceptTabSID, RTDYLD_INVALID_SECTION_ID, and TextSID.
|
inline |
Definition at line 34 of file RuntimeDyldMachO.h.
References EHFrameSID, ExceptTabSID, T, and TextSID.
| SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameSID |
Definition at line 36 of file RuntimeDyldMachO.h.
Referenced by EHFrameRelatedSections(), EHFrameRelatedSections(), and llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().
| SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::ExceptTabSID |
Definition at line 38 of file RuntimeDyldMachO.h.
Referenced by EHFrameRelatedSections(), EHFrameRelatedSections(), and llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().
| SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::TextSID |
Definition at line 37 of file RuntimeDyldMachO.h.
Referenced by EHFrameRelatedSections(), EHFrameRelatedSections(), and llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().