Searched refs:TypeRecords (Results 1 – 4 of 4) sorted by relevance
50 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()
77 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()118 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()245 return make_range(TypeRecords.begin(HadError), TypeRecords.end()); in types()
61 uint32_t getRecordCount() const { return TypeRecords.size(); }78 std::vector<ArrayRef<uint8_t>> TypeRecords;
57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()84 codeview::CVTypeArray TypeRecords; variable