Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1100 DebugInfoPatcher.computeNewOffsets(*BC.DwCtx.get(), false); in finalizeDebugSections()
1174 Patcher->computeNewOffsets(DWCtx, true); in updateDebugData()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h901 CUOffsetMap computeNewOffsets(DWARFContext &DWCtx, bool IsDWOContext);
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp832 CUOffsetMap DebugInfoBinaryPatcher::computeNewOffsets(DWARFContext &DWCtx, in computeNewOffsets() function in llvm::bolt::DebugInfoBinaryPatcher