Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp344 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local
346 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
372 "line table Row[" << RowIndex << "] with address " in convertFunctionLineTable()
383 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp926 uint32_t RowIndex = 0; in verifyDebugLineRows() local
934 << "] row[" << RowIndex in verifyDebugLineRows()
938 if (RowIndex > 0) in verifyDebugLineRows()
939 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
955 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
967 ++RowIndex; in verifyDebugLineRows()
H A DDWARFDebugLine.cpp1467 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
1468 if (RowIndex == -1U) in getFileLineInfoForAddress()
1471 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
H A DDWARFContext.cpp1803 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
1805 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()