Lines Matching defs:CurEntry
1794 auto CurEntry = DebugLoc.rbegin();
1796 dbgs() << CurEntry->getValues().size() << " Values:\n";
1797 for (auto &Value : CurEntry->getValues())
1802 auto PrevEntry = std::next(CurEntry);
1803 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry))
1830 auto *CurEntry = DebugLoc.begin();
1831 auto *NextEntry = std::next(CurEntry);
1836 // CurEntry should end the current section and NextEntry should start
1842 CurEntry->getEndSym() != RangeIt->second.EndLabel) ||
1844 CurEntry->getValues() != NextEntry->getValues())
1848 CurEntry = NextEntry;
1849 NextEntry = std::next(CurEntry);