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

#include "llvm/MC/MCWinEH.h"

Collaboration diagram for llvm::WinEH::Instruction:
Collaboration graph
[legend]

Public Member Functions

 Instruction (unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off)
 

Public Attributes

const MCSymbolLabel
 
unsigned Offset
 
unsigned Register
 
unsigned Operation
 

Detailed Description

Definition at line 22 of file MCWinEH.h.

Constructor & Destructor Documentation

◆ Instruction()

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

Definition at line 28 of file MCWinEH.h.

Member Data Documentation

◆ Label

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

Definition at line 23 of file MCWinEH.h.

Referenced by EmitUnwindCode().

◆ Offset

unsigned llvm::WinEH::Instruction::Offset

Definition at line 24 of file MCWinEH.h.

Referenced by ARM64EmitUnwindCode(), EmitUnwindCode(), and EmitUnwindInfo().

◆ Operation

unsigned llvm::WinEH::Instruction::Operation

Definition at line 26 of file MCWinEH.h.

Referenced by ARM64EmitUnwindCode(), EmitUnwindCode(), and EmitUnwindInfo().

◆ Register

unsigned llvm::WinEH::Instruction::Register

Definition at line 25 of file MCWinEH.h.

Referenced by ARM64EmitUnwindCode(), EmitUnwindCode(), and EmitUnwindInfo().


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