Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp50 if (NewSize / EightKB > TypeRecordBytes / EightKB || TypeRecords.empty()) { in addTypeRecord()
53 TypeRecords.size()), in addTypeRecord()
58 TypeRecords.push_back(Record); in addTypeRecord()
69 uint32_t Count = TypeRecords.size(); in finalize()
105 assert((TypeRecords.size() == TypeHashes.size() || TypeHashes.empty()) && in calculateHashBufferSize()
156 for (auto Rec : TypeRecords) in commit()
H A DTpiStream.cpp77 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
118 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
245 return make_range(TypeRecords.begin(HadError), TypeRecords.end()); in types()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h61 uint32_t getRecordCount() const { return TypeRecords.size(); }
78 std::vector<ArrayRef<uint8_t>> TypeRecords;
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
84 codeview::CVTypeArray TypeRecords; variable