Searched defs:readNextRecord (Results 1 – 3 of 3) sorted by relevance
102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in IndexedInstrProfReader
530 BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) { in readNextRecord() function in BinaryCoverageReader
65 std::error_code readNextRecord(CoverageMappingRecord &Record) override { in readNextRecord() function