Searched refs:RecordIndex (Results 1 – 4 of 4) sorted by relevance
409 RecordAccessor getRecord(unsigned RecordIndex) const {410 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord() argument
955 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local961 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord()962 RecordIndices.push_back(RecordIndex); in loadFunctionRecord()1455 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local1456 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile()1488 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local1489 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
1617 Record = Data[RecordIndex++]; in readNextRecord()1618 if (RecordIndex >= Data.size()) { in readNextRecord()1620 RecordIndex = 0; in readNextRecord()
762 unsigned RecordIndex = 0; variable