LLVM 22.0.0git
llvm::Win64EH::UnwindCode Union Reference

UnwindCode - This union describes a single operation in a function prolog, or part thereof. More...

#include "llvm/Support/Win64EH.h"

Public Member Functions

uint8_t getUnwindOp () const
uint8_t getOpInfo () const
uint32_t getEpilogOffset () const
 Gets the offset for an UOP_Epilog unwind code.

Public Attributes

struct { 
   uint8_t   CodeOffset 
   uint8_t   UnwindOpAndOpInfo 
u
support::ulittle16_t FrameOffset

Detailed Description

UnwindCode - This union describes a single operation in a function prolog, or part thereof.

Definition at line 117 of file Win64EH.h.

Member Function Documentation

◆ getEpilogOffset()

uint32_t llvm::Win64EH::UnwindCode::getEpilogOffset ( ) const
inline

Gets the offset for an UOP_Epilog unwind code.

Definition at line 131 of file Win64EH.h.

References assert(), getOpInfo(), getUnwindOp(), u, and llvm::Win64EH::UOP_Epilog.

◆ getOpInfo()

uint8_t llvm::Win64EH::UnwindCode::getOpInfo ( ) const
inline

Definition at line 127 of file Win64EH.h.

References u.

Referenced by getEpilogOffset().

◆ getUnwindOp()

uint8_t llvm::Win64EH::UnwindCode::getUnwindOp ( ) const
inline

Definition at line 124 of file Win64EH.h.

References u.

Referenced by getEpilogOffset().

Member Data Documentation

◆ CodeOffset

uint8_t llvm::Win64EH::UnwindCode::CodeOffset

Definition at line 119 of file Win64EH.h.

◆ FrameOffset

support::ulittle16_t llvm::Win64EH::UnwindCode::FrameOffset

Definition at line 122 of file Win64EH.h.

◆ [struct]

struct { ... } llvm::Win64EH::UnwindCode::u

◆ UnwindOpAndOpInfo

uint8_t llvm::Win64EH::UnwindCode::UnwindOpAndOpInfo

Definition at line 120 of file Win64EH.h.


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