Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1353 uint32_t RowIndex = findRowInSeq(*It, Address); in lookupAddressImpl() local
1354 if (RowIndex == UnknownRowIndex || !IsApproximateLine) in lookupAddressImpl()
1355 return RowIndex; in lookupAddressImpl()
1358 uint32_t ApproxRowIndex = RowIndex; in lookupAddressImpl()
1369 return RowIndex; in lookupAddressImpl()
1536 uint32_t RowIndex = in getFileLineInfoForAddress() local
1538 if (RowIndex == -1U) in getFileLineInfoForAddress()
1541 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
H A DDWARFVerifier.cpp1070 uint32_t RowIndex = 0; in verifyDebugLineRows() local
1080 << "] row[" << RowIndex in verifyDebugLineRows()
1084 if (RowIndex > 0) in verifyDebugLineRows()
1085 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
1097 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
1110 ++RowIndex; in verifyDebugLineRows()
H A DDWARFContext.cpp1804 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
1806 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp363 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local
365 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
395 << RowIndex << "] with address " << HEX64(RowAddress) in convertFunctionLineTable()
406 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()