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

#include <MCWinEH.h>

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

Public Member Functions

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

Public Attributes

const MCSymbolLabel
 
const unsigned Offset
 
const unsigned Register
 
const unsigned Operation
 

Detailed Description

Definition at line 21 of file MCWinEH.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file MCWinEH.h.

Member Data Documentation

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

Definition at line 22 of file MCWinEH.h.

Referenced by EmitUnwindCode().

const unsigned llvm::WinEH::Instruction::Offset

Definition at line 23 of file MCWinEH.h.

Referenced by EmitUnwindCode(), and EmitUnwindInfo().

const unsigned llvm::WinEH::Instruction::Operation

Definition at line 25 of file MCWinEH.h.

Referenced by EmitUnwindCode(), and EmitUnwindInfo().

const unsigned llvm::WinEH::Instruction::Register

Definition at line 24 of file MCWinEH.h.

Referenced by EmitUnwindCode(), and EmitUnwindInfo().


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