Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp280 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local
282 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
294 "line table Row[" << RowIndex << "] with address " in convertFunctionLineTable()
304 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp807 uint32_t RowIndex = 0; in verifyDebugLineRows() local
815 << "] row[" << RowIndex in verifyDebugLineRows()
819 if (RowIndex > 0) in verifyDebugLineRows()
820 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
832 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
844 ++RowIndex; in verifyDebugLineRows()
H A DDWARFDebugLine.cpp1403 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
1404 if (RowIndex == -1U) in getFileLineInfoForAddress()
1407 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
H A DDWARFContext.cpp1284 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
1286 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()