Searched refs:readNextRecord (Results 1 – 6 of 6) sorted by relevance
83 virtual Error readNextRecord(NamedInstrProfRecord &Record) = 0;187 Error readNextRecord(NamedInstrProfRecord &Record) override;233 Error readNextRecord(NamedInstrProfRecord &Record) override;500 Error readNextRecord(NamedInstrProfRecord &Record) override;
103 virtual Error readNextRecord(CoverageMappingRecord &Record) = 0;215 Error readNextRecord(CoverageMappingRecord &Record) override;
38 int readNextRecord( bool first=false );
29 this->readNextRecord(true); in LdifReader()33 int LdifReader::readNextRecord( bool first ) in readNextRecord() function in LdifReader
134 if (auto E = Reader->readNextRecord(Record)) { in Increment()253 Error TextInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader482 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader906 Error IndexedInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord() function in IndexedInstrProfReader
55 if (auto E = Reader->readNextRecord(Record)) in increment()1124 Error BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) { in readNextRecord() function in BinaryCoverageReader