Lines Matching refs:DWARFSection

147                                      const DWARFSection &StringOffsetsSection,  in dumpStringOffsetsSection()
826 const DWARFSection &DS = DObj->getFrameSection(); in getDebugFrame()
852 const DWARFSection &DS = DObj->getEHFrameSection(); in getEHFrame()
890 const DWARFSection &Section, StringRef StringSection, in getAccelTable()
971 DObj->forEachInfoSections([&](const DWARFSection &S) { in parseNormalUnits()
975 DObj->forEachTypesSections([&](const DWARFSection &S) { in parseNormalUnits()
983 DObj->forEachInfoDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
987 DObj->forEachTypesDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
1501 struct DWARFSectionMap final : public DWARFSection {
1594 if (DWARFSection *Sec = mapNameToDWARFSection(Name)) in mapSectionToMember()
1722 if (DWARFSection *S = mapNameToDWARFSection(Name)) in DWARFObjInMemory()
1850 Optional<RelocAddrEntry> find(const DWARFSection &S, in find()
1867 const DWARFSection &getLineDWOSection() const override { in getLineDWOSection()
1870 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection()
1874 const DWARFSection &getStrOffsetsDWOSection() const override { in getStrOffsetsDWOSection()
1877 const DWARFSection &getRangesDWOSection() const override { in getRangesDWOSection()
1880 const DWARFSection &getRnglistsDWOSection() const override { in getRnglistsDWOSection()
1883 const DWARFSection &getLoclistsDWOSection() const override { in getLoclistsDWOSection()
1886 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
1892 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection()
1899 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoDWOSections()
1904 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesDWOSections()
1910 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
1911 const DWARFSection &getLoclistsSection() const override { return LoclistsSection; } in getLoclistsSection()
1913 const DWARFSection &getFrameSection() const override { in getFrameSection()
1916 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection()
1919 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
1921 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection()
1922 const DWARFSection &getRnglistsSection() const override { in getRnglistsSection()
1925 const DWARFSection &getMacroSection() const override { return MacroSection; } in getMacroSection()
1929 const DWARFSection &getPubnamesSection() const override { return PubnamesSection; } in getPubnamesSection()
1930 const DWARFSection &getPubtypesSection() const override { return PubtypesSection; } in getPubtypesSection()
1931 const DWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection()
1934 const DWARFSection &getGnuPubtypesSection() const override { in getGnuPubtypesSection()
1937 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection()
1940 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection()
1943 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection()
1946 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection()
1949 const DWARFSection &getNamesSection() const override { in getNamesSection()
1956 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoSections()
1961 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesSections()