Lines Matching refs:DWARFSection
134 const DWARFSection &StringOffsetsSection, StringRef StringSection, in dumpDWARFv5StringOffsetsSection()
215 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection()
798 const DWARFSection &Section, StringRef StringSection, in getAccelTable()
879 DObj->forEachInfoSections([&](const DWARFSection &S) { in parseNormalUnits()
883 DObj->forEachTypesSections([&](const DWARFSection &S) { in parseNormalUnits()
891 DObj->forEachInfoDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
895 DObj->forEachTypesDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
1234 struct DWARFSectionMap final : public DWARFSection {
1319 if (DWARFSection *Sec = mapNameToDWARFSection(Name)) in mapSectionToMember()
1534 Optional<RelocAddrEntry> find(const DWARFSection &S, in find()
1551 const DWARFSection &getLineDWOSection() const override { in getLineDWOSection()
1554 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection()
1558 const DWARFSection &getStringOffsetDWOSection() const override { in getStringOffsetDWOSection()
1561 const DWARFSection &getRangeDWOSection() const override { in getRangeDWOSection()
1564 const DWARFSection &getRnglistsDWOSection() const override { in getRnglistsDWOSection()
1567 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
1573 const DWARFSection &getStringOffsetSection() const override { in getStringOffsetSection()
1580 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoDWOSections()
1585 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesDWOSections()
1591 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
1592 const DWARFSection &getLoclistsSection() const override { return LocListsSection; } in getLoclistsSection()
1596 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
1598 const DWARFSection &getRangeSection() const override { return RangeSection; } in getRangeSection()
1599 const DWARFSection &getRnglistsSection() const override { in getRnglistsSection()
1603 const DWARFSection &getPubNamesSection() const override { return PubNamesSection; } in getPubNamesSection()
1604 const DWARFSection &getPubTypesSection() const override { return PubTypesSection; } in getPubTypesSection()
1605 const DWARFSection &getGnuPubNamesSection() const override { in getGnuPubNamesSection()
1608 const DWARFSection &getGnuPubTypesSection() const override { in getGnuPubTypesSection()
1611 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection()
1614 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection()
1617 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection()
1620 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection()
1623 const DWARFSection &getDebugNamesSection() const override { in getDebugNamesSection()
1630 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoSections()
1635 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesSections()