Lines Matching defs:LineTable
67 using DWARFLineTable = DWARFDebugLine::LineTable;
396 Expected<const DWARFDebugLine::LineTable *>
675 Expected<const DWARFDebugLine::LineTable *>
1486 const DWARFDebugLine::LineTable *
1488 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable =
1497 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 &&
1842 LineTable->getFileLineInfoForAddress(
1866 LineTable = getLineTableForUnit(CU);
1868 if (LineTable)
1869 LineTable->getFileLineInfoForAddress(
1875 if (LineTable)
1876 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(),