Lines Matching refs:LineTable
29 const DWARFDebugLine::LineTable *LineTable; member
36 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
39 if (LineTable) in CUInfo()
40 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX); in CUInfo()
68 if (!LineTable) in DWARFToGSYMFileIndex()
75 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
261 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
271 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
277 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
281 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
321 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable()
409 if (CUI.LineTable) { in handleDie()