LLVM 20.0.0git
|
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 |
UnwindCode - This union describes a single operation in a function prolog, or part thereof.
|
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.
|
inline |
|
inline |
support::ulittle16_t llvm::Win64EH::UnwindCode::FrameOffset |
struct { ... } llvm::Win64EH::UnwindCode::u |
Referenced by getEpilogOffset(), getOpInfo(), and getUnwindOp().