Lines Matching refs:DWARFSectionMap

1501 struct DWARFSectionMap final : public DWARFSection {  struct
1512 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap,
1520 DWARFSectionMap LocSection;
1521 DWARFSectionMap LoclistsSection;
1522 DWARFSectionMap LoclistsDWOSection;
1523 DWARFSectionMap LineSection;
1524 DWARFSectionMap RangesSection;
1525 DWARFSectionMap RnglistsSection;
1526 DWARFSectionMap StrOffsetsSection;
1527 DWARFSectionMap LineDWOSection;
1528 DWARFSectionMap FrameSection;
1529 DWARFSectionMap EHFrameSection;
1530 DWARFSectionMap LocDWOSection;
1531 DWARFSectionMap StrOffsetsDWOSection;
1532 DWARFSectionMap RangesDWOSection;
1533 DWARFSectionMap RnglistsDWOSection;
1534 DWARFSectionMap AddrSection;
1535 DWARFSectionMap AppleNamesSection;
1536 DWARFSectionMap AppleTypesSection;
1537 DWARFSectionMap AppleNamespacesSection;
1538 DWARFSectionMap AppleObjCSection;
1539 DWARFSectionMap NamesSection;
1540 DWARFSectionMap PubnamesSection;
1541 DWARFSectionMap PubtypesSection;
1542 DWARFSectionMap GnuPubnamesSection;
1543 DWARFSectionMap GnuPubtypesSection;
1544 DWARFSectionMap MacroSection;
1546 DWARFSectionMap *mapNameToDWARFSection(StringRef Name) { in mapNameToDWARFSection()
1547 return StringSwitch<DWARFSectionMap *>(Name) in mapNameToDWARFSection()
1734 DWARFSectionMap &S = (*Sections)[Section]; in DWARFObjInMemory()
1767 DWARFSectionMap *Sec = mapNameToDWARFSection(RelSecName); in DWARFObjInMemory()
1773 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()
1776 Map = &static_cast<DWARFSectionMap &>( in DWARFObjInMemory()
1781 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1784 Map = &static_cast<DWARFSectionMap &>( in DWARFObjInMemory()
1852 auto &Sec = static_cast<const DWARFSectionMap &>(S); in find()