Home
last modified time | relevance | path

Searched refs:RecordIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h409 RecordAccessor getRecord(unsigned RecordIndex) const {
410 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord() argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp955 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local
961 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord()
962 RecordIndices.push_back(RecordIndex); in loadFunctionRecord()
1455 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local
1456 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile()
1488 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local
1489 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1617 Record = Data[RecordIndex++]; in readNextRecord()
1618 if (RecordIndex >= Data.size()) { in readNextRecord()
1620 RecordIndex = 0; in readNextRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h762 unsigned RecordIndex = 0; variable