Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp499 LocBuffer = std::make_unique<DebugBufferVector>(); in init()
500 LocStream = std::make_unique<raw_svector_ostream>(*LocBuffer); in init()
541 return std::move(LocBuffer); in getBuffer()
563 DebugBufferVector &LocBuffer, DWARFUnit &CU, in writeLegacyLocList() argument
571 const uint32_t EntryOffset = LocBuffer.size(); in writeLegacyLocList()
635 *LocBuffer, CU, *LocStream); in addList()
681 LoclistBaseOffset += LocBuffer->size(); in finalizeDWARF5()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1766 auto LocBuffer = std::make_unique<DebugBufferVector>(); in makeFinalLocListsSection() local
1767 auto LocStream = std::make_unique<raw_svector_ostream>(*LocBuffer); in makeFinalLocListsSection()
1797 return LocBuffer; in makeFinalLocListsSection()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h516 std::unique_ptr<DebugBufferVector> LocBuffer;