Lines Matching refs:DWARFDebugLine
69 using DWARFLineTable = DWARFDebugLine::LineTable;
261 std::unique_ptr<DWARFDebugLine> Line;
398 Expected<const DWARFDebugLine::LineTable *>
401 Line = std::make_unique<DWARFDebugLine>(); in getLineTableForUnit()
677 Expected<const DWARFDebugLine::LineTable *>
1165 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump()
1202 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump()
1211 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
1489 const DWARFDebugLine::LineTable *
1491 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit()
1500 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit()
1807 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()