Searched refs:InputLL (Results 1 – 3 of 3) sorted by relevance
521 DebugLocationsVector InputLL; in updateUnitDebugInfo() local554 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()559 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()573 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()585 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()593 if (E || InputLL.empty()) { in updateUnitDebugInfo()600 const uint64_t Address = InputLL.front().LowPC; in updateUnitDebugInfo()604 OutputLL = Function->translateInputToOutputLocationList(InputLL); in updateUnitDebugInfo()615 OutputLL = InputLL; in updateUnitDebugInfo()
4305 const DebugLocationsVector &InputLL) const { in translateInputToOutputLocationList()4313 return InputLL; in translateInputToOutputLocationList()4317 for (const DebugLocationEntry &Entry : InputLL) { in translateInputToOutputLocationList()
2282 translateInputToOutputLocationList(const DebugLocationsVector &InputLL) const;