Searched refs:SectionRanges (Results 1 – 4 of 4) sorted by relevance
74 return SectionRanges.try_emplace(&Sec, Sec).first->second; in getSectionRange()77 DenseMap<Section *, SectionRange> SectionRanges; variable
210 LVSectionRanges::iterator IterSection = SectionRanges.find(SectionIndex); in getSectionRanges()211 if (IterSection == SectionRanges.end()) in getSectionRanges()213 SectionRanges.emplace(SectionIndex, std::make_unique<LVRange>()).first; in getSectionRanges()
130 LVSectionRanges SectionRanges; variable
3274 SectionRanges; in emitRangeList() local3277 SectionRanges[&Range.Begin->getSection()].push_back(&Range); in emitRangeList()3281 for (const auto &P : SectionRanges) { in emitRangeList()