Searched refs:NextRangeIt (Results 1 – 1 of 1) sorted by relevance
1839 auto NextRangeIt = std::next(RangeIt); in buildLocationList() local1841 if (NextRangeIt == Asm->MBBSectionRanges.end()) in buildLocationList()1850 NextEntry->getBeginSym() != NextRangeIt->second.BeginLabel || in buildLocationList()1853 RangeIt = NextRangeIt; in buildLocationList()1854 NextRangeIt = std::next(RangeIt); in buildLocationList()