UnwindInfo - An entry in the exception table.
More...
#include "llvm/Support/Win64EH.h"
UnwindInfo - An entry in the exception table.
Definition at line 93 of file Win64EH.h.
◆ getChainedFunctionEntry() [1/2]
Return pointer to chained unwind info.
Definition at line 150 of file Win64EH.h.
◆ getChainedFunctionEntry() [2/2]
Return pointer to chained unwind info.
Definition at line 155 of file Win64EH.h.
◆ getExceptionData()
void* llvm::Win64EH::UnwindInfo::getExceptionData |
( |
| ) |
|
|
inline |
Return pointer to exception-specific data.
Definition at line 144 of file Win64EH.h.
◆ getFlags()
uint8_t llvm::Win64EH::UnwindInfo::getFlags |
( |
| ) |
const |
|
inline |
◆ getFrameOffset()
uint8_t llvm::Win64EH::UnwindInfo::getFrameOffset |
( |
| ) |
const |
|
inline |
◆ getFrameRegister()
uint8_t llvm::Win64EH::UnwindInfo::getFrameRegister |
( |
| ) |
const |
|
inline |
◆ getLanguageSpecificData() [1/2]
void* llvm::Win64EH::UnwindInfo::getLanguageSpecificData |
( |
| ) |
|
|
inline |
◆ getLanguageSpecificData() [2/2]
const void* llvm::Win64EH::UnwindInfo::getLanguageSpecificData |
( |
| ) |
const |
|
inline |
◆ getLanguageSpecificHandlerOffset()
uint32_t llvm::Win64EH::UnwindInfo::getLanguageSpecificHandlerOffset |
( |
| ) |
const |
|
inline |
Return image-relative offset of language-specific exception handler.
Definition at line 132 of file Win64EH.h.
◆ getVersion()
uint8_t llvm::Win64EH::UnwindInfo::getVersion |
( |
| ) |
const |
|
inline |
◆ setLanguageSpecificHandlerOffset()
void llvm::Win64EH::UnwindInfo::setLanguageSpecificHandlerOffset |
( |
uint32_t |
offset | ) |
|
|
inline |
Set image-relative offset of language-specific exception handler.
Definition at line 138 of file Win64EH.h.
◆ FrameRegisterAndOffset
uint8_t llvm::Win64EH::UnwindInfo::FrameRegisterAndOffset |
◆ NumCodes
uint8_t llvm::Win64EH::UnwindInfo::NumCodes |
◆ PrologSize
uint8_t llvm::Win64EH::UnwindInfo::PrologSize |
◆ UnwindCodes
UnwindCode llvm::Win64EH::UnwindInfo::UnwindCodes[1] |
◆ VersionAndFlags
uint8_t llvm::Win64EH::UnwindInfo::VersionAndFlags |
The documentation for this struct was generated from the following file: