Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:PrevEntry

901     auto PrevEntry = std::next(CurEntry);
902 if (PrevEntry != DebugLoc.rend() && PrevEntry->MergeRanges(*CurEntry))