Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp635 uint32_t RowIndex = 0; in verifyDebugLineRows() local
643 << "] row[" << RowIndex in verifyDebugLineRows()
647 if (RowIndex > 0) in verifyDebugLineRows()
648 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
659 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()
669 ++RowIndex; in verifyDebugLineRows()
DDWARFDebugLine.cpp1030 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
1031 if (RowIndex == -1U) in getFileLineInfoForAddress()
1034 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
DDWARFContext.cpp989 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
991 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp667 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local
668 if (RowIndex == -1U) in getFileLineInfoForAddress()
671 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
DDWARFContext.cpp518 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
520 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()