LLVM 22.0.0git
llvm::TrackedRow Struct Reference

A helper struct to help keep track of the association between the input and output rows during line table rewriting. More...

Public Attributes

DWARFDebugLine::Row Row
size_t OriginalRowIndex
bool isStartSeqInOutput

Detailed Description

A helper struct to help keep track of the association between the input and output rows during line table rewriting.

This is used to patch DW_AT_LLVM_stmt_sequence attributes, which reference a particular line table row.

Definition at line 2212 of file DWARFLinker.cpp.

Member Data Documentation

◆ isStartSeqInOutput

bool llvm::TrackedRow::isStartSeqInOutput

Definition at line 2215 of file DWARFLinker.cpp.

◆ OriginalRowIndex

size_t llvm::TrackedRow::OriginalRowIndex

Definition at line 2214 of file DWARFLinker.cpp.

◆ Row

DWARFDebugLine::Row llvm::TrackedRow::Row

Definition at line 2213 of file DWARFLinker.cpp.


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