Searched refs:RecordIndex (Results 1 – 2 of 2) sorted by relevance
383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument384 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()