Home | History | Annotate | Download | only in ProfileData

Lines Matching defs:Coverage

1 //=-- CoverageMappingReader.cpp - Code coverage mapping reader ----*- C++ -*-=//
10 // This file contains support for reading coverage mapping data for
11 // instrumentation based coverage.
25 using namespace coverage;
28 #define DEBUG_TYPE "coverage-mapping"
327 // Read the records in the coverage data section.
357 // We'll read the coverage mapping records in the loop below.
371 // Now use that to read the coverage data.
458 // The coverage uses native pointer sizes for the object it's written in.
496 StringRef Coverage;
502 EC = loadTestingFormat(ObjectBuffer->getBuffer(), Profile, Coverage,
505 EC = loadBinaryFormat(ObjectBuffer->getMemBufferRef(), Profile, Coverage,
512 Profile, Coverage, Reader->MappingRecords, Reader->Filenames);
515 Profile, Coverage, Reader->MappingRecords, Reader->Filenames);
518 Profile, Coverage, Reader->MappingRecords, Reader->Filenames);
521 Profile, Coverage, Reader->MappingRecords, Reader->Filenames);