Lines Matching refs:DWARFSection
84 DObj.forEachInfoDWOSections([&](const DWARFSection &S) { in fixupIndexV4()
146 DObj.forEachInfoDWOSections([&](const DWARFSection &S) { in fixupIndexV5()
194 const DWARFSection &Section, StringRef StringSection, in getAccelTable()
292 DObj.forEachInfoSections([&](const DWARFSection &S) { in getNormalUnits()
296 DObj.forEachTypesSections([&](const DWARFSection &S) { in getNormalUnits()
307 DObj.forEachInfoDWOSections([&](const DWARFSection &S) { in getDWOUnits()
311 DObj.forEachTypesDWOSections([&](const DWARFSection &S) { in getDWOUnits()
447 const DWARFSection &DS = DObj.getFrameSection(); in getDebugFrame()
475 const DWARFSection &DS = DObj.getEHFrameSection(); in getEHFrame()
832 const DWARFSection &StringOffsetsSection, in dumpStringOffsetsSection()
1976 struct DWARFSectionMap final : public DWARFSection {
2069 if (DWARFSection *Sec = mapNameToDWARFSection(Name)) in mapSectionToMember()
2195 if (DWARFSection *S = mapNameToDWARFSection(Name)) in DWARFObjInMemory()
2320 std::optional<RelocAddrEntry> find(const DWARFSection &S, in find()
2337 const DWARFSection &getLineDWOSection() const override { in getLineDWOSection()
2340 const DWARFSection &getLocDWOSection() const override { in getLocDWOSection()
2344 const DWARFSection &getStrOffsetsDWOSection() const override { in getStrOffsetsDWOSection()
2347 const DWARFSection &getRangesDWOSection() const override { in getRangesDWOSection()
2350 const DWARFSection &getRnglistsDWOSection() const override { in getRnglistsDWOSection()
2353 const DWARFSection &getLoclistsDWOSection() const override { in getLoclistsDWOSection()
2356 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
2362 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection()
2369 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoDWOSections()
2374 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesDWOSections()
2380 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
2381 const DWARFSection &getLoclistsSection() const override { return LoclistsSection; } in getLoclistsSection()
2383 const DWARFSection &getFrameSection() const override { in getFrameSection()
2386 const DWARFSection &getEHFrameSection() const override { in getEHFrameSection()
2389 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
2391 const DWARFSection &getRangesSection() const override { return RangesSection; } in getRangesSection()
2392 const DWARFSection &getRnglistsSection() const override { in getRnglistsSection()
2395 const DWARFSection &getMacroSection() const override { return MacroSection; } in getMacroSection()
2399 const DWARFSection &getPubnamesSection() const override { return PubnamesSection; } in getPubnamesSection()
2400 const DWARFSection &getPubtypesSection() const override { return PubtypesSection; } in getPubtypesSection()
2401 const DWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection()
2404 const DWARFSection &getGnuPubtypesSection() const override { in getGnuPubtypesSection()
2407 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection()
2410 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection()
2413 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection()
2416 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection()
2419 const DWARFSection &getNamesSection() const override { in getNamesSection()
2426 function_ref<void(const DWARFSection &)> F) const override { in forEachInfoSections()
2431 function_ref<void(const DWARFSection &)> F) const override { in forEachTypesSections()