LLVM API Documentation
#include <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 |
UnwindCode - This union describes a single operation in a function prolog, or part thereof.
| uint8_t llvm::Win64EH::UnwindCode::getOpInfo | ( | ) | const [inline] |
| uint8_t llvm::Win64EH::UnwindCode::getUnwindOp | ( | ) | const [inline] |
| struct { ... } llvm::Win64EH::UnwindCode::u |
Referenced by getOpInfo(), and getUnwindOp().