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.cpp921 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local
927 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord()
928 RecordIndices.push_back(RecordIndex); in loadFunctionRecord()
1406 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local
1407 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile()
1439 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local
1440 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1686 Record = Data[RecordIndex++]; in readNextRecord()
1687 if (RecordIndex >= Data.size()) { in readNextRecord()
1689 RecordIndex = 0; in readNextRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h704 unsigned RecordIndex = 0; variable