Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h62 std::unique_ptr<DebugStrOffsetsWriter> StrOffstsWriter; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp154 StrOffstsWriter->updateAddressMap(AttrInfoVal.V.getRawUValue(), NewOffset); in addStringHelper()
172 StrOffstsWriter = std::make_unique<DebugStrOffsetsWriter>(); in updateDebugInfo()
262 StrOffstsWriter->initialize(Unit->getStringOffsetSection(), in updateDebugInfo()
320 StrOffstsWriter->finalizeSection(); in updateDebugInfo()
962 if (StrOffstsWriter->isFinalized()) { in finalizeDebugSections()
965 DebugStrOffsetsSectionContents = StrOffstsWriter->releaseBuffer(); in finalizeDebugSections()