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.cpp485 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local
486 if (!CovFileID) in gatherSkippedRegions()
498 *CovFileID, SR->LineStart, SR->ColumnStart, SR->LineEnd, in gatherSkippedRegions()
502 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions()
503 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions()
526 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local
528 if (!CovFileID) { in emitSourceRegions()
554 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
558 *CovFileID, SR.LineStart, SR.ColumnStart, SR.LineEnd, in emitSourceRegions()
562 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
[all …]