Lines Matching defs:LineTable
69 using DWARFLineTable = DWARFDebugLine::LineTable;
398 Expected<const DWARFDebugLine::LineTable *>
677 Expected<const DWARFDebugLine::LineTable *>
1489 const DWARFDebugLine::LineTable *
1491 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable =
1500 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit(
1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) {
1745 LineTable->getFileLineInfoForAddress(
1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU);
1800 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex},
1807 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex];
1809 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(),
1832 const DWARFLineTable *LineTable = nullptr;
1840 LineTable = getLineTableForUnit(CU);
1841 if (LineTable && LineTable->getFileLineInfoForAddress(
1865 LineTable = getLineTableForUnit(CU);
1867 if (LineTable)
1868 LineTable->getFileLineInfoForAddress(
1874 if (LineTable)
1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(),