Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp521 DebugLocationsVector InputLL; in updateUnitDebugInfo() local
554 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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4305 const DebugLocationsVector &InputLL) const { in translateInputToOutputLocationList()
4313 return InputLL; in translateInputToOutputLocationList()
4317 for (const DebugLocationEntry &Entry : InputLL) { in translateInputToOutputLocationList()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2282 translateInputToOutputLocationList(const DebugLocationsVector &InputLL) const;