Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp71 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
74 BinaryStreamReader RecordReader(TypeRecordsSubstream.StreamData); in reload()
76 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
227 return TypeRecordsSubstream; in getTypeRecordsSubstream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h82 BinarySubstreamRef TypeRecordsSubstream; variable