Home
last modified time | relevance | path

Searched refs:finalizeDebugSections (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h123 CUOffsetMap finalizeDebugSections(DebugInfoBinaryPatcher &DebugInfoPatcher);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp346 CUOffsetMap OffsetMap = finalizeDebugSections(*DebugInfoPatcher); in updateDebugInfo()
952 DWARFRewriter::finalizeDebugSections(DebugInfoBinaryPatcher &DebugInfoPatcher) { in finalizeDebugSections() function in DWARFRewriter