Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp395 BinaryItemStream<CVSymbol> ItemStream(support::endianness::little); in writeRecords() local
396 ItemStream.setItems(Records); in writeRecords()
397 BinaryStreamRef RecordsRef(ItemStream); in writeRecords()