Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp72 Reader.readSubstream(TypeRecordsSubstream, Header->TypeRecordBytes)) in reload()
75 BinaryStreamReader RecordReader(TypeRecordsSubstream.StreamData); in reload()
77 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
229 return TypeRecordsSubstream; in getTypeRecordsSubstream()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h82 BinarySubstreamRef TypeRecordsSubstream; variable