Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp402 uint32_t RowIndex = LineTable->lookupAddress(Address); in getFileLineInfoForCompileUnit() local
403 if (RowIndex == -1U) in getFileLineInfoForCompileUnit()
406 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit()
489 uint32_t RowIndex = RowVector[i]; in getLineInfoForAddressRange() local
491 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()