HomeSort by relevance Sort by last modified time
    Searched defs:readNextRecord (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 98 if (Reader->readNextRecord(Record))
102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) {
259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
347 // Set up our iterator for readNextRecord.
382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) {
CoverageMappingReader.cpp 33 if (Reader->readNextRecord(Record))
530 BinaryCoverageReader::readNextRecord(CoverageMappingRecord &Record) {

Completed in 302 milliseconds