Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp76 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
116 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
243 return make_range(TypeRecords.begin(HadError), TypeRecords.end()); in types()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
83 codeview::CVTypeArray TypeRecords; variable