Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in TextInstrProfReader
259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in RawInstrProfReader
382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() function in IndexedInstrProfReader
DCoverageMappingReader.cpp530 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