| 
    LLVM 22.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 81 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), ARM64ProcessEpilogs(), and checkARM64PackedEpilog().
| bool llvm::WinEH::FrameInfo::Segment::HasProlog | 
Definition at line 78 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), ARM64ProcessEpilogs(), and Segment().
| int64_t llvm::WinEH::FrameInfo::Segment::Length | 
Definition at line 77 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), checkARM64PackedEpilog(), and Segment().
| int64_t llvm::WinEH::FrameInfo::Segment::Offset | 
Definition at line 76 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment(), checkARM64PackedEpilog(), and Segment().
| MCSymbol* llvm::WinEH::FrameInfo::Segment::Symbol = nullptr | 
Definition at line 79 of file MCWinEH.h.
Referenced by ARM64EmitUnwindInfoForSegment().