LLVM 22.0.0git
llvm::WinEH::FrameInfo::Epilog Struct Reference

#include "llvm/MC/MCWinEH.h"

Public Attributes

std::vector< InstructionInstructions
unsigned Condition
const MCSymbolStart = nullptr
const MCSymbolEnd = nullptr
const MCSymbolUnwindV2Start = nullptr
SMLoc Loc

Detailed Description

Definition at line 64 of file MCWinEH.h.

Member Data Documentation

◆ Condition

unsigned llvm::WinEH::FrameInfo::Epilog::Condition

Definition at line 66 of file MCWinEH.h.

Referenced by checkARMPackedEpilog(), and tryARMPackedUnwind().

◆ End

const MCSymbol* llvm::WinEH::FrameInfo::Epilog::End = nullptr

Definition at line 68 of file MCWinEH.h.

◆ Instructions

std::vector<Instruction> llvm::WinEH::FrameInfo::Epilog::Instructions

Definition at line 65 of file MCWinEH.h.

Referenced by checkARMPackedEpilog(), and tryARMPackedUnwind().

◆ Loc

SMLoc llvm::WinEH::FrameInfo::Epilog::Loc

Definition at line 70 of file MCWinEH.h.

◆ Start

const MCSymbol* llvm::WinEH::FrameInfo::Epilog::Start = nullptr

Definition at line 67 of file MCWinEH.h.

◆ UnwindV2Start

const MCSymbol* llvm::WinEH::FrameInfo::Epilog::UnwindV2Start = nullptr

Definition at line 69 of file MCWinEH.h.


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