Lines Matching refs:DWARFSectionMap
1532 struct DWARFSectionMap final : public DWARFSection { struct
1543 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap,
1551 DWARFSectionMap LocSection;
1552 DWARFSectionMap LoclistsSection;
1553 DWARFSectionMap LoclistsDWOSection;
1554 DWARFSectionMap LineSection;
1555 DWARFSectionMap RangesSection;
1556 DWARFSectionMap RnglistsSection;
1557 DWARFSectionMap StrOffsetsSection;
1558 DWARFSectionMap LineDWOSection;
1559 DWARFSectionMap FrameSection;
1560 DWARFSectionMap EHFrameSection;
1561 DWARFSectionMap LocDWOSection;
1562 DWARFSectionMap StrOffsetsDWOSection;
1563 DWARFSectionMap RangesDWOSection;
1564 DWARFSectionMap RnglistsDWOSection;
1565 DWARFSectionMap AddrSection;
1566 DWARFSectionMap AppleNamesSection;
1567 DWARFSectionMap AppleTypesSection;
1568 DWARFSectionMap AppleNamespacesSection;
1569 DWARFSectionMap AppleObjCSection;
1570 DWARFSectionMap NamesSection;
1571 DWARFSectionMap PubnamesSection;
1572 DWARFSectionMap PubtypesSection;
1573 DWARFSectionMap GnuPubnamesSection;
1574 DWARFSectionMap GnuPubtypesSection;
1575 DWARFSectionMap MacroSection;
1577 DWARFSectionMap *mapNameToDWARFSection(StringRef Name) { in mapNameToDWARFSection()
1578 return StringSwitch<DWARFSectionMap *>(Name) in mapNameToDWARFSection()
1767 DWARFSectionMap &S = (*Sections)[Section]; in DWARFObjInMemory()
1805 DWARFSectionMap *Sec = mapNameToDWARFSection(RelSecName); in DWARFObjInMemory()
1811 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()
1815 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1882 auto &Sec = static_cast<const DWARFSectionMap &>(S); in find()