Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp268 DebugRangesSectionWriter *RangesSectionWriter = in updateDebugInfo() local
287 DebugRangesSectionWriter *TempRangesSectionWriter = RangesSectionWriter; in updateDebugInfo()
291 RangesBase = RangesSectionWriter->getSectionOffset(); in updateDebugInfo()
317 RangesBase = RangesSectionWriter->getSectionOffset() + in updateDebugInfo()
319 RangesSectionWriter->initSection(*Unit); in updateDebugInfo()
325 *DebugLocWriter, *RangesSectionWriter, RangesBase); in updateDebugInfo()
328 RangesSectionWriter->finalizeSection(); in updateDebugInfo()
359 DebugRangesSectionWriter &RangesSectionWriter, in updateUnitDebugInfo() argument
411 RangesSectionWriter.addRanges(OutputRanges); in updateUnitDebugInfo()
450 DIE, RangesSectionWriter.addRanges(FunctionRanges), DebugInfoPatcher, in updateUnitDebugInfo()
[all …]