Lines Matching refs:DWARFSection
153 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection()
864 const DWARFSection &DS = DObj->getFrameSection(); in getDebugFrame()
890 const DWARFSection &DS = DObj->getEHFrameSection(); in getEHFrame()
928 const DWARFSection &Section, StringRef StringSection, in getAccelTable()
1025 DObj->forEachInfoSections([&](const DWARFSection &S) { in parseNormalUnits()
1029 DObj->forEachTypesSections([&](const DWARFSection &S) { in parseNormalUnits()
1037 DObj->forEachInfoDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
1041 DObj->forEachTypesDWOSections([&](const DWARFSection &S) { in parseDWOUnits()
1532 struct DWARFSectionMap final : public DWARFSection {
1625 if (DWARFSection *Sec = mapNameToDWARFSection(Name)) in mapSectionToMember()
1755 if (DWARFSection *S = mapNameToDWARFSection(Name)) in DWARFObjInMemory()
1880 Optional<RelocAddrEntry> find(const DWARFSection &S, in find()
1897 const DWARFSection &getLineDWOSection() const override { in getLineDWOSection()
1900 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection()
1904 const DWARFSection &getStrOffsetsDWOSection() const override { in getStrOffsetsDWOSection()
1907 const DWARFSection &getRangesDWOSection() const override { in getRangesDWOSection()
1910 const DWARFSection &getRnglistsDWOSection() const override { in getRnglistsDWOSection()
1913 const DWARFSection &getLoclistsDWOSection() const override { in getLoclistsDWOSection()
1916 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
1922 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection()
1929 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoDWOSections()
1934 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesDWOSections()
1940 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
1941 const DWARFSection &getLoclistsSection() const override { return LoclistsSection; } in getLoclistsSection()
1943 const DWARFSection &getFrameSection() const override { in getFrameSection()
1946 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection()
1949 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
1951 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection()
1952 const DWARFSection &getRnglistsSection() const override { in getRnglistsSection()
1955 const DWARFSection &getMacroSection() const override { return MacroSection; } in getMacroSection()
1959 const DWARFSection &getPubnamesSection() const override { return PubnamesSection; } in getPubnamesSection()
1960 const DWARFSection &getPubtypesSection() const override { return PubtypesSection; } in getPubtypesSection()
1961 const DWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection()
1964 const DWARFSection &getGnuPubtypesSection() const override { in getGnuPubtypesSection()
1967 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection()
1970 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection()
1973 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection()
1976 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection()
1979 const DWARFSection &getNamesSection() const override { in getNamesSection()
1986 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoSections()
1991 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesSections()