LLVM 20.0.0git
|
#include "llvm/MC/MCWinEH.h"
Public Member Functions | |
Segment (int64_t Offset, int64_t Length, bool HasProlog=false) | |
Public Attributes | |
int64_t | Offset |
int64_t | Length |
bool | HasProlog |
MCSymbol * | Symbol = nullptr |
MapVector< MCSymbol *, int64_t > | Epilogs |
|
inline |
Definition at line 73 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), ARM64ProcessEpilogs(), and checkARM64PackedEpilog().
bool llvm::WinEH::FrameInfo::Segment::HasProlog |
Definition at line 70 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), and ARM64ProcessEpilogs().
int64_t llvm::WinEH::FrameInfo::Segment::Length |
Definition at line 69 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), and checkARM64PackedEpilog().
int64_t llvm::WinEH::FrameInfo::Segment::Offset |
Definition at line 68 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), and checkARM64PackedEpilog().
MCSymbol* llvm::WinEH::FrameInfo::Segment::Symbol = nullptr |
Definition at line 71 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment().