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
921 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local927 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord()928 RecordIndices.push_back(RecordIndex); in loadFunctionRecord()1406 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local1407 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile()1439 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local1440 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
1686 Record = Data[RecordIndex++]; in readNextRecord()1687 if (RecordIndex >= Data.size()) { in readNextRecord()1689 RecordIndex = 0; in readNextRecord()
704 unsigned RecordIndex = 0; variable