Searched refs:SectionRanges (Results 1 – 1 of 1) sorted by relevance
2298 MapVector<const MCSection *, std::vector<const RangeSpan *>> SectionRanges; in emitRangeList() local2303 SectionRanges[&Range.getStart()->getSection()].push_back(&Range); in emitRangeList()2308 for (const auto &P : SectionRanges) { in emitRangeList()