Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp405 BinaryItemStream<CVSymbol> ItemStream(llvm::endianness::little); in writeRecords() local
406 ItemStream.setItems(Records); in writeRecords()
407 BinaryStreamRef RecordsRef(ItemStream); in writeRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h90 std::unique_ptr<BinaryItemStream<CVType>> ItemStream;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp509 ItemStream = in loadPrecompiledObject()
511 ItemStream->setItems(TypeArray); in loadPrecompiledObject()
512 TypeStream.setUnderlyingStream(*ItemStream); in loadPrecompiledObject()