Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp296 unsigned RecordIndex = Functions.size() - 1; in loadFunctionRecord() local
302 if (RecordIndices.empty() || RecordIndices.back() != RecordIndex) in loadFunctionRecord()
303 RecordIndices.push_back(RecordIndex); in loadFunctionRecord()
709 for (unsigned RecordIndex : RecordIndices) { in getCoverageForFile() local
710 const FunctionRecord &Function = Functions[RecordIndex]; in getCoverageForFile()
738 for (unsigned RecordIndex : RecordIndices) { in getInstantiationGroups() local
739 const FunctionRecord &Function = Functions[RecordIndex]; in getInstantiationGroups()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h410 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument
411 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h466 unsigned RecordIndex; variable
479 RemappingBuffer(std::move(RemappingBuffer)), RecordIndex(0) {} in DataBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp913 Record = Data[RecordIndex++]; in readNextRecord()
914 if (RecordIndex >= Data.size()) { in readNextRecord()
916 RecordIndex = 0; in readNextRecord()