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