Searched refs:OutputLL (Results 1 – 2 of 2) sorted by relevance
601 DebugLocationsVector OutputLL; in updateUnitDebugInfo() local604 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()
4306 DebugLocationsVector OutputLL; in translateInputToOutputLocationList() local4309 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()