Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1803 DebugLineTableRowRef RowRef = in printDebugInfo() local
1805 if (RowRef == DebugLineTableRowRef::NULL_ROW) in printDebugInfo()
1810 Function->getDWARFUnit()->getOffset() == RowRef.DwCompileUnitIndex) { in printDebugInfo()
1814 DwCtx->getCompileUnitForOffset(RowRef.DwCompileUnitIndex)); in printDebugInfo()
1818 const DWARFDebugLine::Row &Row = LineTable->Rows[RowRef.RowIndex - 1]; in printDebugInfo()