union UnwindCode
Declaration
union UnwindCode { /* full declaration omitted */ };
Description
UnwindCode - This union describes a single operation in a function prolog, or part thereof.
Declared at: llvm/include/llvm/Support/Win64EH.h:59
Member Variables
- public struct(unnamed struct at / home / teemperor / vu / coco / docs / llvm - project - 10.0.0 / llvm / include / llvm / Support / Win64EH.h : 60 : 3) u
- public support::ulittle16_t FrameOffset
Method Overview
- public uint8_t getOpInfo() const
- public uint8_t getUnwindOp() const
Methods
¶uint8_t getOpInfo() const
uint8_t getOpInfo() const
Declared at: llvm/include/llvm/Support/Win64EH.h:69
¶uint8_t getUnwindOp() const
uint8_t getUnwindOp() const
Declared at: llvm/include/llvm/Support/Win64EH.h:66