Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp487 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local
488 if (!CovFileID) in gatherSkippedRegions()
500 *CovFileID, SR->LineStart, SR->ColumnStart, SR->LineEnd, in gatherSkippedRegions()
504 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions()
505 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions()
528 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local
530 if (!CovFileID) { in emitSourceRegions()
556 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
560 *CovFileID, SR.LineStart, SR.ColumnStart, SR.LineEnd, in emitSourceRegions()
564 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
[all …]