LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
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 114 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 128 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 124 of file Win64EH.h.

References u.

Referenced by getEpilogOffset().

◆ getUnwindOp()

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

Definition at line 121 of file Win64EH.h.

References u.

Referenced by getEpilogOffset().

Member Data Documentation

◆ CodeOffset

uint8_t llvm::Win64EH::UnwindCode::CodeOffset

Definition at line 116 of file Win64EH.h.

◆ FrameOffset

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

Definition at line 119 of file Win64EH.h.

◆ 

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

◆ UnwindOpAndOpInfo

uint8_t llvm::Win64EH::UnwindCode::UnwindOpAndOpInfo

Definition at line 117 of file Win64EH.h.


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