Lines Matching refs:LineTable
63 using DWARFLineTable = DWARFDebugLine::LineTable;
928 const DWARFDebugLine::LineTable *
930 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit()
939 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit()
1239 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local
1240 LineTable->getFileLineInfoForAddress( in getLineInfoForAddress()
1275 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1279 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()
1286 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
1288 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1311 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
1319 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1320 if (LineTable && LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1344 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1346 if (LineTable) in getInliningInfoForAddress()
1347 LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1353 if (LineTable) in getInliningInfoForAddress()
1354 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()