Searched refs:CovFileID (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 418 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local 419 if (!CovFileID) in gatherSkippedRegions() 431 *CovFileID, SR->LineStart, SR->ColumnStart, SR->LineEnd, in gatherSkippedRegions() 435 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions() 436 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions() 456 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local 458 if (!CovFileID) in emitSourceRegions() 478 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions() 482 *CovFileID, SR.LineStart, SR.ColumnStart, SR.LineEnd, in emitSourceRegions() 487 Region.getMCDCParams(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions() [all …]
|