Lines Matching refs:SecIt
1670 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local
1671 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()
1672 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()
1673 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()
1676 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1677 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()
1678 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1679 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()
1680 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()
1681 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()
1682 TypesDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()