Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp397 BinaryItemStream<CVSymbol> ItemStream(llvm::endianness::little); in writeRecords() local
398 ItemStream.setItems(Records); in writeRecords()
399 BinaryStreamRef RecordsRef(ItemStream); in writeRecords()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h90 std::unique_ptr<BinaryItemStream<CVType>> ItemStream;
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp514 ItemStream = in loadPrecompiledObject()
516 ItemStream->setItems(TypeArray); in loadPrecompiledObject()
517 TypeStream.setUnderlyingStream(*ItemStream); in loadPrecompiledObject()