Home
last modified time | relevance | path

Searched refs:readNextRecord (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h63 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;
DCoverageMappingReader.h72 virtual std::error_code readNextRecord(CoverageMappingRecord &Record) = 0;
176 std::error_code readNextRecord(CoverageMappingRecord &Record) override;
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp98 if (Reader->readNextRecord(Record)) in Increment()
181 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader
408 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader
637 std::error_code IndexedInstrProfReader::readNextRecord( in readNextRecord() function in IndexedInstrProfReader
DCoverageMappingReader.cpp34 if (Reader->readNextRecord(Record)) in increment()
527 BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) { in readNextRecord() function in BinaryCoverageReader
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp65 std::error_code readNextRecord(CoverageMappingRecord &Record) override { in readNextRecord() function