LLVM 19.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
 

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

◆ getOpInfo()

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

Definition at line 124 of file Win64EH.h.

References u.

◆ getUnwindOp()

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

Definition at line 121 of file Win64EH.h.

References u.

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

Referenced by getOpInfo(), and getUnwindOp().

◆ 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: