Lines Matching defs:DWARFSectionMap
1978 struct DWARFSectionMap final : public DWARFSection {
1989 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap,
1997 DWARFSectionMap LocSection;
1998 DWARFSectionMap LoclistsSection;
1999 DWARFSectionMap LoclistsDWOSection;
2000 DWARFSectionMap LineSection;
2001 DWARFSectionMap RangesSection;
2002 DWARFSectionMap RnglistsSection;
2003 DWARFSectionMap StrOffsetsSection;
2004 DWARFSectionMap LineDWOSection;
2005 DWARFSectionMap FrameSection;
2006 DWARFSectionMap EHFrameSection;
2007 DWARFSectionMap LocDWOSection;
2008 DWARFSectionMap StrOffsetsDWOSection;
2009 DWARFSectionMap RangesDWOSection;
2010 DWARFSectionMap RnglistsDWOSection;
2011 DWARFSectionMap AddrSection;
2012 DWARFSectionMap AppleNamesSection;
2013 DWARFSectionMap AppleTypesSection;
2014 DWARFSectionMap AppleNamespacesSection;
2015 DWARFSectionMap AppleObjCSection;
2016 DWARFSectionMap NamesSection;
2017 DWARFSectionMap PubnamesSection;
2018 DWARFSectionMap PubtypesSection;
2019 DWARFSectionMap GnuPubnamesSection;
2020 DWARFSectionMap GnuPubtypesSection;
2021 DWARFSectionMap MacroSection;
2023 DWARFSectionMap *mapNameToDWARFSection(StringRef Name) {
2024 return StringSwitch<DWARFSectionMap *>(Name)
2209 DWARFSectionMap &S = (*Sections)[Section];
2247 DWARFSectionMap *Sec = mapNameToDWARFSection(RelSecName);
2253 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection])
2257 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection])
2324 auto &Sec = static_cast<const DWARFSectionMap &>(S);