Lines Matching refs:DebugLocWriter
211 LocListWritersByCU[CUIndex] = std::make_unique<DebugLocWriter>(); in updateDebugInfo()
267 DebugLocWriter *DebugLocWriter = nullptr; in updateDebugInfo() local
285 DebugLocWriter = LocListWritersByCU[*DWOId].get(); in updateDebugInfo()
301 *DebugLocWriter, *TempRangesSectionWriter); in updateDebugInfo()
302 DebugLocWriter->finalize(*DwoDebugInfoPatcher, *DWOAbbrevWriter); in updateDebugInfo()
314 DebugLocWriter = LocListWriterIter->second.get(); in updateDebugInfo()
325 *DebugLocWriter, *RangesSectionWriter, RangesBase); in updateDebugInfo()
326 DebugLocWriter->finalize(*DebugInfoPatcher, *AbbrevWriter); in updateDebugInfo()
358 DebugAbbrevWriter &AbbrevWriter, DebugLocWriter &DebugLocWriter, in updateUnitDebugInfo() argument
617 DebugLocWriter.addList(*AttrVal, OutputLL, DebugInfoPatcher, in updateUnitDebugInfo()
1233 DebugLocWriter *LocWriter = Writer.getDebugLocWriter(DWOId); in updateDebugData()
1771 for (std::pair<const uint64_t, std::unique_ptr<DebugLocWriter>> &Loc : in makeFinalLocListsSection()
1773 DebugLocWriter *LocWriter = Loc.second.get(); in makeFinalLocListsSection()