Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp773 uint32_t RowIndex = 0; in verifyDebugLineRows() local
781 << "] row[" << RowIndex in verifyDebugLineRows()
785 if (RowIndex > 0) in verifyDebugLineRows()
786 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
797 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
807 ++RowIndex; in verifyDebugLineRows()
H A DDWARFDebugLine.cpp1018 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
1019 if (RowIndex == -1U) in getFileLineInfoForAddress()
1022 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
H A DDWARFContext.cpp1018 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
1020 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()