Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h119 makeFinalLocListsSection(DebugInfoBinaryPatcher &DebugInfoPatcher,
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp989 makeFinalLocListsSection(DebugInfoPatcher, DWARFVersion::DWARF5); in finalizeDebugSections()
998 makeFinalLocListsSection(DebugInfoPatcher, DWARFVersion::DWARFLegacy); in finalizeDebugSections()
1764 std::unique_ptr<DebugBufferVector> DWARFRewriter::makeFinalLocListsSection( in makeFinalLocListsSection() function in DWARFRewriter