Searched refs:ExpandedFileID (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp187 assert(I->ExpandedFileID <=
194 (I->ExpandedFileID
H A DCoverageMappingReader.cpp170 uint64_t ExpandedFileID = 0; local
178 ExpandedFileID = EncodedCounterAndRegion >>
180 if (ExpandedFileID >= NumFileIDs)
236 dbgs() << "Expands to file " << ExpandedFileID;
242 auto CMR = CounterMappingRegion(C, InferredFileID, ExpandedFileID,
306 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]);
307 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R;
H A DCoverageMapping.cpp627 IsNotExpandedFile[CR.ExpandedFileID] = false;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h224 unsigned FileID, ExpandedFileID; member in struct:llvm::coverage::CounterMappingRegion
228 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, argument
231 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
243 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, argument
245 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart,
378 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp82 Region.FileID, Region.ExpandedFileID,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp364 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); local
365 assert(ExpandedFileID && "expansion in uncovered file");
375 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart,
1315 OS << " (Expanded file = " << R.ExpandedFileID << ")";

Completed in 162 milliseconds