Searched refs:SecIt (Results 1 – 3 of 3) sorted by relevance
1561 for (const auto &SecIt : Sections) { in DWARFObjInMemory() local1562 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory()1563 *SectionData = SecIt.second->getBuffer(); in DWARFObjInMemory()1564 else if (SecIt.first() == "debug_info") in DWARFObjInMemory()1567 InfoSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1568 else if (SecIt.first() == "debug_info.dwo") in DWARFObjInMemory()1569 InfoDWOSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1570 else if (SecIt.first() == "debug_types") in DWARFObjInMemory()1571 TypesSections[SectionRef()].Data = SecIt.second->getBuffer(); in DWARFObjInMemory()1572 else if (SecIt.first() == "debug_types.dwo") in DWARFObjInMemory()[all …]
78 auto SecIt = std::find_if( in getEntryInLayout() local81 return *SecIt; in getEntryInLayout()
62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel() local64 if (SecIt == PendingLabelSections.end()) in addPendingLabel()