Lines Matching refs:LineTable
69 using DWARFLineTable = DWARFDebugLine::LineTable;
966 const DWARFDebugLine::LineTable *
968 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit()
977 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit()
1253 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local
1254 LineTable->getFileLineInfoForAddress( in getLineInfoForAddress()
1305 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1309 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()
1316 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
1318 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1341 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
1349 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1350 if (LineTable && LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1374 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1376 if (LineTable) in getInliningInfoForAddress()
1377 LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1383 if (LineTable) in getInliningInfoForAddress()
1384 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()