LLVM 23.0.0git
llvm::Win64EH::DecodedWOD Struct Reference

Decoded V3 Winding Operation Descriptor. More...

#include "llvm/Support/Win64EH.h"

Public Attributes

WODOpcode Opcode
uint8_t Register
uint8_t Register2
uint8_t Type
uint8_t ByteSize
uint32_t Size
uint32_t Displacement

Detailed Description

Decoded V3 Winding Operation Descriptor.

Definition at line 265 of file Win64EH.h.

Member Data Documentation

◆ ByteSize

uint8_t llvm::Win64EH::DecodedWOD::ByteSize

Definition at line 273 of file Win64EH.h.

◆ Displacement

uint32_t llvm::Win64EH::DecodedWOD::Displacement

Definition at line 275 of file Win64EH.h.

◆ Opcode

WODOpcode llvm::Win64EH::DecodedWOD::Opcode

Definition at line 266 of file Win64EH.h.

◆ Register

uint8_t llvm::Win64EH::DecodedWOD::Register

Definition at line 267 of file Win64EH.h.

◆ Register2

uint8_t llvm::Win64EH::DecodedWOD::Register2

Definition at line 268 of file Win64EH.h.

◆ Size

uint32_t llvm::Win64EH::DecodedWOD::Size

Definition at line 274 of file Win64EH.h.

◆ Type

uint8_t llvm::Win64EH::DecodedWOD::Type

Definition at line 272 of file Win64EH.h.


The documentation for this struct was generated from the following file: