Home
last modified time | relevance | path

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

/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()