Searched refs:RecordIndex (Results 1 – 6 of 6) sorted by relevance
41 bool checkTypeReferences(uint32_t RecordIndex, Indices &&... TIs) const { in checkTypeReferences() argument42 EXPECT_EQ(sizeof...(Indices), countRefs(RecordIndex)); in checkTypeReferences()54 return checkTypeReferencesImpl(RecordIndex, CVRecords, in checkTypeReferences()82 uint32_t countRefs(uint32_t RecordIndex) const { in countRefs()83 auto &R = Refs[RecordIndex]; in countRefs()91 bool checkOneTypeReference(uint32_t RecordIndex, ArrayRef<uint8_t> RecordData, in checkOneTypeReference() argument94 auto &RefList = Refs[RecordIndex]; in checkOneTypeReference()108 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument114 bool checkTypeReferencesImpl(uint32_t RecordIndex, in checkTypeReferencesImpl() argument117 ArrayRef<uint8_t> Record = CVRecords[RecordIndex]; in checkTypeReferencesImpl()[all …]
383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument384 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
382 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument383 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
706 static unsigned RecordIndex = 0; in readNextRecord() local714 Record = Data[RecordIndex++]; in readNextRecord()715 if (RecordIndex >= Data.size()) { in readNextRecord()717 RecordIndex = 0; in readNextRecord()
399 unsigned RecordIndex; variable408 : DataBuffer(std::move(DataBuffer)), RecordIndex(0) {} in IndexedInstrProfReader()
741 Record = Data[RecordIndex++]; in readNextRecord()742 if (RecordIndex >= Data.size()) { in readNextRecord()744 RecordIndex = 0; in readNextRecord()