Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2282 translateInputToOutputLocationList(const DebugLocationsVector &InputLL) const;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp604 OutputLL = Function->translateInputToOutputLocationList(InputLL); in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4304 DebugLocationsVector BinaryFunction::translateInputToOutputLocationList( in translateInputToOutputLocationList() function in llvm::bolt::BinaryFunction