Lines Matching refs:LineTable
28 const DWARFDebugLine::LineTable *LineTable; member
35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
38 if (LineTable) in CUInfo()
39 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX); in CUInfo()
67 if (!LineTable) in DWARFToGSYMFileIndex()
74 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
269 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
278 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
282 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
322 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable()
411 if (CUI.LineTable) { in handleDie()