LLVM 17.0.0git
Public Attributes | List of all members
llvm::DWARFDebugLine::ParsingState::AddrAndLineDelta Struct Reference

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

Public Attributes

uint64_t Address
 
int32_t Line
 

Detailed Description

Definition at line 391 of file DWARFDebugLine.h.

Member Data Documentation

◆ Address

uint64_t llvm::DWARFDebugLine::ParsingState::AddrAndLineDelta::Address

Definition at line 392 of file DWARFDebugLine.h.

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

◆ Line

int32_t llvm::DWARFDebugLine::ParsingState::AddrAndLineDelta::Line

Definition at line 393 of file DWARFDebugLine.h.

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


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