Lines Matching refs:DWARFDebugLine
69 using DWARFLineTable = DWARFDebugLine::LineTable;
260 std::unique_ptr<DWARFDebugLine> Line;
397 Expected<const DWARFDebugLine::LineTable *>
400 Line = std::make_unique<DWARFDebugLine>(); in getLineTableForUnit()
676 Expected<const DWARFDebugLine::LineTable *>
1164 auto DumpLineSection = [&](DWARFDebugLine::SectionParser Parser, in dump()
1201 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump()
1210 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
1487 const DWARFDebugLine::LineTable *
1489 Expected<const DWARFDebugLine::LineTable *> ExpectedLineTable = in getLineTableForUnit()
1498 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit()
1805 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()