|
LLVM 22.0.0git
|
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 |
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.
| bool llvm::TrackedRow::isStartSeqInOutput |
Definition at line 2215 of file DWARFLinker.cpp.
| size_t llvm::TrackedRow::OriginalRowIndex |
Definition at line 2214 of file DWARFLinker.cpp.
| DWARFDebugLine::Row llvm::TrackedRow::Row |
Definition at line 2213 of file DWARFLinker.cpp.