Searched refs:SecIt (Results 1 – 3 of 3) sorted by relevance
1639 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local1640 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()1641 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()1642 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()1645 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1646 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()1647 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1648 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()1649 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1650 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()[all …]
1070 auto SecIt = in findSection() local1072 return SecIt == Sections.end() ? nullptr : SecIt->get(); in findSection()
1898 decltype(I->getSecond().LocalVarData)::const_iterator SecIt; in emitGenericVarsProlog() local1900 SecIt = I->getSecond().SecondaryLocalVarData->begin(); in emitGenericVarsProlog()1940 assert(SecIt->second.IsOnePerTeam && in emitGenericVarsProlog()1942 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD); in emitGenericVarsProlog()1963 ++SecIt; in emitGenericVarsProlog()