LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::WinEH::Instruction Struct Reference

#include "llvm/MC/MCWinEH.h"

Public Member Functions

 Instruction (unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off)
 
bool operator== (const Instruction &I) const
 
bool operator!= (const Instruction &I) const
 

Public Attributes

const MCSymbolLabel
 
unsigned Offset
 
unsigned Register
 
unsigned Operation
 

Detailed Description

Definition at line 21 of file MCWinEH.h.

Constructor & Destructor Documentation

◆ Instruction()

llvm::WinEH::Instruction::Instruction ( unsigned  Op,
MCSymbol L,
unsigned  Reg,
unsigned  Off 
)
inline

Definition at line 27 of file MCWinEH.h.

Member Function Documentation

◆ operator!=()

bool llvm::WinEH::Instruction::operator!= ( const Instruction I) const
inline

Definition at line 36 of file MCWinEH.h.

References I.

◆ operator==()

bool llvm::WinEH::Instruction::operator== ( const Instruction I) const
inline

Definition at line 30 of file MCWinEH.h.

References I, Offset, and Operation.

Member Data Documentation

◆ Label

const MCSymbol* llvm::WinEH::Instruction::Label

Definition at line 22 of file MCWinEH.h.

Referenced by EmitUnwindCode().

◆ Offset

unsigned llvm::WinEH::Instruction::Offset

◆ Operation

unsigned llvm::WinEH::Instruction::Operation

◆ Register

unsigned llvm::WinEH::Instruction::Register

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