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

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

Public Attributes

uint64_t AddrOffset
 
int16_t OpIndexDelta
 

Detailed Description

Definition at line 380 of file DWARFDebugLine.h.

Member Data Documentation

◆ AddrOffset

uint64_t llvm::DWARFDebugLine::ParsingState::AddrOpIndexDelta::AddrOffset

Definition at line 381 of file DWARFDebugLine.h.

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

◆ OpIndexDelta

int16_t llvm::DWARFDebugLine::ParsingState::AddrOpIndexDelta::OpIndexDelta

Definition at line 382 of file DWARFDebugLine.h.

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


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