Searched refs:SectionPair (Results 1 – 6 of 6) sorted by relevance
203 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local204 const SectionRef &Section = SectionPair.first; in finalizeLoad()211 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
273 for (const auto &SectionPair : SectionMap) { in finalizeLoad() local274 const SectionRef &Section = SectionPair.first; in finalizeLoad()283 UnregisteredEHFrameSections.push_back(SectionPair.second); in finalizeLoad()
413 auto SectionPair = KnownSections.find(Name); in handleSection() local414 if (SectionPair == KnownSections.end()) in handleSection()417 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()437 MCSection *OutSection = SectionPair->second.first; in handleSection()
416 auto SectionPair = KnownSections.find(Name); in handleSection() local417 if (SectionPair == KnownSections.end()) in handleSection()420 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()440 MCSection *OutSection = SectionPair->second.first; in handleSection()
134 struct SectionPair { struct143 SectionPair Sections; argument