Searched refs:readNextRecord (Results 1 – 5 of 5) sorted by relevance
63 virtual std::error_code readNextRecord(InstrProfRecord &Record) = 0;136 std::error_code readNextRecord(InstrProfRecord &Record) override;178 std::error_code readNextRecord(InstrProfRecord &Record) override;356 std::error_code readNextRecord(InstrProfRecord &Record) override;
72 virtual std::error_code readNextRecord(CoverageMappingRecord &Record) = 0;176 std::error_code readNextRecord(CoverageMappingRecord &Record) override;
98 if (Reader->readNextRecord(Record)) in Increment()181 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader408 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader637 std::error_code IndexedInstrProfReader::readNextRecord( in readNextRecord() function in IndexedInstrProfReader
34 if (Reader->readNextRecord(Record)) in increment()527 BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) { in readNextRecord() function in BinaryCoverageReader
65 std::error_code readNextRecord(CoverageMappingRecord &Record) override { in readNextRecord() function