Lines Matching refs:raw_svector_ostream

108 uint64_t writeAddressRanges(raw_svector_ostream &Stream,  in writeAddressRanges()
127 RangesStream = std::make_unique<raw_svector_ostream>(*RangesBuffer); in DebugRangesSectionWriter()
191 std::unique_ptr<raw_svector_ostream> HeaderStream = in getDWARF5Header()
192 std::make_unique<raw_svector_ostream>(*HeaderBuffer); in getDWARF5Header()
233 std::unique_ptr<raw_svector_ostream> CUArrayStream = in finalizeSection()
234 std::make_unique<raw_svector_ostream>(*CUArrayBuffer); in finalizeSection()
252 CUBodyStream = std::make_unique<raw_svector_ostream>(*CUBodyBuffer); in initSection()
265 raw_svector_ostream &RangesStream, const CUOffsetMap &CUMap) const { in writeARangesSection()
358 raw_svector_ostream AddressStream(Buffer); in finalize()
408 raw_svector_ostream AddressStream(Buffer); in finalize()
500 LocStream = std::make_unique<raw_svector_ostream>(*LocBuffer); in init()
548 static void writeEmptyListDwarf5(raw_svector_ostream &Stream) { in writeEmptyListDwarf5()
564 raw_svector_ostream &LocStream) { in writeLegacyLocList()
598 raw_svector_ostream &LocBodyStream) { in writeDWARF5LocList()
650 std::unique_ptr<raw_svector_ostream> LocArrayStream = in finalizeDWARF5()
651 std::make_unique<raw_svector_ostream>(*LocArrayBuffer); in finalizeDWARF5()
1105 StrStream = std::make_unique<raw_svector_ostream>(*StrBuffer); in create()
1136 UnitData.Stream = std::make_unique<raw_svector_ostream>(*UnitData.Buffer); in addUnitAbbreviations()
1138 raw_svector_ostream &OS = *UnitData.Stream.get(); in addUnitAbbreviations()