Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp294 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local
295 if (!CovFileID) in gatherSkippedRegions()
299 *CovFileID, SR.LineStart, SR.ColumnStart, SR.LineEnd, SR.ColumnEnd); in gatherSkippedRegions()
302 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions()
303 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions()
321 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local
323 if (!CovFileID) in emitSourceRegions()
343 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
347 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()