Lines Matching defs:SecIt
2116 for (const auto &SecIt : Sections) {
2117 if (StringRef *SectionData = mapSectionToMember(SecIt.first()))
2118 *SectionData = SecIt.second->getBuffer();
2119 else if (SecIt.first() == "debug_info")
2122 InfoSections[SectionRef()].Data = SecIt.second->getBuffer();
2123 else if (SecIt.first() == "debug_info.dwo")
2124 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer();
2125 else if (SecIt.first() == "debug_types")
2126 TypesSections[SectionRef()].Data = SecIt.second->getBuffer();
2127 else if (SecIt.first() == "debug_types.dwo")
2128 TypesDWOSections[SectionRef()].Data = SecIt.second->getBuffer();