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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp265 unsigned RecordIndex = Functions.size() - 1; local
271 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex)
272 RecordIndices.push_back(RecordIndex);
656 for (unsigned RecordIndex : RecordIndices) {
657 const FunctionRecord &Function = Functions[RecordIndex];
681 for (unsigned RecordIndex : RecordIndices) {
682 const FunctionRecord &Function = Functions[RecordIndex];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h390 RecordAccessor getRecord(unsigned RecordIndex) const {
391 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h441 unsigned RecordIndex; member in class:llvm::IndexedInstrProf::IndexedInstrProfReader
454 RemappingBuffer(std::move(RemappingBuffer)), RecordIndex(0) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp906 Record = Data[RecordIndex++];
907 if (RecordIndex >= Data.size()) {
909 RecordIndex = 0;

Completed in 70 milliseconds