Lines Matching refs:LineTable
30 const DWARFDebugLine::LineTable *LineTable; member
37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
40 if (LineTable) in CUInfo()
41 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX); in CUInfo()
70 if (!LineTable || DwarfFileIdx >= FileCache.size()) in DWARFToGSYMFileIndex()
76 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
314 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
336 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
342 FI.OptLineTable = LineTable(); in convertFunctionLineTable()
346 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()
401 CUI.LineTable->Rows[RowIndex2].dump(*Log); in convertFunctionLineTable()
500 if (CUI.LineTable) in handleDie()