Searched refs:RowIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp280 for (uint32_t RowIndex : RowVector) {
282 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex];
287 // we will get a RowIndex for the previous valid line table row which won't
294 "line table Row[" << RowIndex << "] with address "
304 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp765 uint32_t RowIndex = 0; local
773 << "] row[" << RowIndex
777 if (RowIndex > 0)
778 LineTable->Rows[RowIndex - 1].dump(OS);
790 << "][" << RowIndex << "] has invalid file index " << Row.File
802 ++RowIndex;
H A DDWARFDebugLine.cpp1390 uint32_t RowIndex = lookupAddress(Address); local
1391 if (RowIndex == -1U)
1394 const auto &Row = Rows[RowIndex];
H A DDWARFContext.cpp1272 for (uint32_t RowIndex : RowVector) {
1274 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex];

Completed in 138 milliseconds