Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() argument
384 std::size_t RecordOffset = StackMapRecordOffsets[RecordIndex]; in getRecord()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp706 static unsigned RecordIndex = 0; in readNextRecord() local
714 Record = Data[RecordIndex++]; in readNextRecord()
715 if (RecordIndex >= Data.size()) { in readNextRecord()
717 RecordIndex = 0; in readNextRecord()