Home
last modified time | relevance | path

Searched refs:NextRangeIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1839 auto NextRangeIt = std::next(RangeIt); in buildLocationList() local
1841 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()