Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp354 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local
356 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
386 << RowIndex << "] with address " << HEX64(RowAddress) in convertFunctionLineTable()
397 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1038 uint32_t RowIndex = 0; in verifyDebugLineRows() local
1048 << "] row[" << RowIndex in verifyDebugLineRows()
1052 if (RowIndex > 0) in verifyDebugLineRows()
1053 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
1065 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
1078 ++RowIndex; in verifyDebugLineRows()
H A DDWARFDebugLine.cpp1483 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
1484 if (RowIndex == -1U) in getFileLineInfoForAddress()
1487 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
H A DDWARFContext.cpp1805 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
1807 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()