Lines Matching refs: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 = in getLineTableForUnit()
1500 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit()
1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local
1745 LineTable->getFileLineInfoForAddress( in getLineInfoForAddress()
1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1800 if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex}, in getLineInfoForAddressRange()
1807 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
1809 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1832 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
1840 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1841 if (LineTable && LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1865 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1867 if (LineTable) in getInliningInfoForAddress()
1868 LineTable->getFileLineInfoForAddress( in getInliningInfoForAddress()
1874 if (LineTable) in getInliningInfoForAddress()
1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()