Searched refs:CovFileID (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 232 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local 233 if (!CovFileID) in gatherSkippedRegions() 240 *CovFileID, LineStart, ColumnStart, LineEnd, ColumnEnd); in gatherSkippedRegions() 243 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions() 244 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions() 262 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local 264 if (!CovFileID) in emitSourceRegions() 279 Region.getCounter(), *CovFileID, LineStart, ColumnStart, LineEnd, in emitSourceRegions()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 373 auto CovFileID = getCoverageFileID(LocStart); in gatherSkippedRegions() local 374 if (!CovFileID) in gatherSkippedRegions() 381 *CovFileID, SR->LineStart, SR->ColumnStart, SR->LineEnd, in gatherSkippedRegions() 385 if (Region.LineStart >= FileLineRanges[*CovFileID].first && in gatherSkippedRegions() 386 Region.LineEnd <= FileLineRanges[*CovFileID].second) in gatherSkippedRegions() 404 auto CovFileID = getCoverageFileID(LocStart); in emitSourceRegions() local 406 if (!CovFileID) in emitSourceRegions() 426 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions() 430 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
|