Lines Matching refs:DWARFSectionMap
1234 struct DWARFSectionMap final : public DWARFSection { struct
1245 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap,
1253 DWARFSectionMap LocSection;
1254 DWARFSectionMap LocListsSection;
1255 DWARFSectionMap LineSection;
1256 DWARFSectionMap RangeSection;
1257 DWARFSectionMap RnglistsSection;
1258 DWARFSectionMap StringOffsetSection;
1259 DWARFSectionMap LineDWOSection;
1260 DWARFSectionMap LocDWOSection;
1261 DWARFSectionMap StringOffsetDWOSection;
1262 DWARFSectionMap RangeDWOSection;
1263 DWARFSectionMap RnglistsDWOSection;
1264 DWARFSectionMap AddrSection;
1265 DWARFSectionMap AppleNamesSection;
1266 DWARFSectionMap AppleTypesSection;
1267 DWARFSectionMap AppleNamespacesSection;
1268 DWARFSectionMap AppleObjCSection;
1269 DWARFSectionMap DebugNamesSection;
1270 DWARFSectionMap PubNamesSection;
1271 DWARFSectionMap PubTypesSection;
1272 DWARFSectionMap GnuPubNamesSection;
1273 DWARFSectionMap GnuPubTypesSection;
1275 DWARFSectionMap *mapNameToDWARFSection(StringRef Name) { in mapNameToDWARFSection()
1276 return StringSwitch<DWARFSectionMap *>(Name) in mapNameToDWARFSection()
1469 DWARFSectionMap *Sec = mapNameToDWARFSection(RelSecName); in DWARFObjInMemory()
1475 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()
1478 Map = &static_cast<DWARFSectionMap &>( in DWARFObjInMemory()
1483 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
1486 Map = &static_cast<DWARFSectionMap &>( in DWARFObjInMemory()
1536 auto &Sec = static_cast<const DWARFSectionMap &>(S); in find()