LLVM 19.0.0git
Public Attributes | List of all members
llvm::DWARFDebugLine::ParsingState::SpecialOpcodeDelta Struct Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"

Public Attributes

uint64_t Address
 
int32_t Line
 
int16_t OpIndex
 

Detailed Description

Definition at line 401 of file DWARFDebugLine.h.

Member Data Documentation

◆ Address

uint64_t llvm::DWARFDebugLine::ParsingState::SpecialOpcodeDelta::Address

Definition at line 402 of file DWARFDebugLine.h.

Referenced by llvm::DWARFDebugLine::LineTable::parse().

◆ Line

int32_t llvm::DWARFDebugLine::ParsingState::SpecialOpcodeDelta::Line

Definition at line 403 of file DWARFDebugLine.h.

Referenced by llvm::DWARFDebugLine::LineTable::parse().

◆ OpIndex

int16_t llvm::DWARFDebugLine::ParsingState::SpecialOpcodeDelta::OpIndex

Definition at line 404 of file DWARFDebugLine.h.

Referenced by llvm::DWARFDebugLine::LineTable::parse().


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