Searched refs:MergedLL (Results 1 – 1 of 1) sorted by relevance
4372 DebugLocationsVector MergedLL; in translateInputToOutputLocationList() local4377 MergedLL.back().HighPC = std::max(Entry.HighPC, MergedLL.back().HighPC); in translateInputToOutputLocationList()4381 MergedLL.emplace_back(DebugLocationEntry{Begin, End, Entry.Expr}); in translateInputToOutputLocationList()4383 PrevEndAddress = MergedLL.back().HighPC; in translateInputToOutputLocationList()4384 PrevExpr = &MergedLL.back().Expr; in translateInputToOutputLocationList()4387 return MergedLL; in translateInputToOutputLocationList()