Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp601 DebugLocationsVector OutputLL; in updateUnitDebugInfo() local
604 OutputLL = Function->translateInputToOutputLocationList(InputLL); in updateUnitDebugInfo()
605 LLVM_DEBUG(if (OutputLL.empty()) { in updateUnitDebugInfo()
615 OutputLL = InputLL; in updateUnitDebugInfo()
617 DebugLocWriter.addList(*AttrVal, OutputLL, DebugInfoPatcher, in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4306 DebugLocationsVector OutputLL; in translateInputToOutputLocationList() local
4309 return OutputLL; in translateInputToOutputLocationList()
4353 OutputLL.back().HighPC = std::max(OutputLL.back().HighPC, EndAddress); in translateInputToOutputLocationList()
4355 OutputLL.emplace_back(DebugLocationEntry{ in translateInputToOutputLocationList()
4358 PrevEndAddress = OutputLL.back().HighPC; in translateInputToOutputLocationList()
4359 PrevExpr = &OutputLL.back().Expr; in translateInputToOutputLocationList()
4369 OutputLL, [](const DebugLocationEntry &A, const DebugLocationEntry &B) { in translateInputToOutputLocationList()
4375 for (const DebugLocationEntry &Entry : OutputLL) { in translateInputToOutputLocationList()