struct CFIProgram::Instruction

Declaration

struct CFIProgram::Instruction { /* full declaration omitted */ };

Description

An instruction consists of a DWARF CFI opcode and an optional sequence of operands. If it refers to an expression, then this expression has its own sequence of operations and operands handled separately by DWARFExpression.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h:41

Member Variables

public uint8_t Opcode
public llvm::dwarf::CFIProgram::Operands Ops
public Optional<llvm::DWARFExpression> Expression

Method Overview

Methods

ΒΆInstruction(uint8_t Opcode)

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h:42

Parameters

uint8_t Opcode