Searched refs:SecIt (Results 1 – 2 of 2) sorted by relevance
1738 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local1739 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()1740 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()1741 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()1744 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1745 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()1746 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1747 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()1748 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1749 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()[all …]
1078 auto SecIt = in findSection() local1080 return SecIt == Sections.end() ? nullptr : SecIt->get(); in findSection()