LLVM 20.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.
|
inline |
Definition at line 34 of file RuntimeDyldMachO.h.
SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::EHFrameSID |
Definition at line 36 of file RuntimeDyldMachO.h.
Referenced by llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().
SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::ExceptTabSID |
Definition at line 38 of file RuntimeDyldMachO.h.
Referenced by llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().
SID llvm::RuntimeDyldMachO::EHFrameRelatedSections::TextSID |
Definition at line 37 of file RuntimeDyldMachO.h.
Referenced by llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().