Home
last modified time | relevance | path

Searched defs:readNextRecord (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp202 Error TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader
426 Error RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader
705 Error IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in IndexedInstrProfReader
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp73 Error readNextRecord(CoverageMappingRecord &Record) override { in readNextRecord() function
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp686 Error BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) { in readNextRecord() function in BinaryCoverageReader