Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4372 DebugLocationsVector MergedLL; in translateInputToOutputLocationList() local
4377 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()