Searched refs:ExpandedFileID (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 225 unsigned FileID, ExpandedFileID; member 229 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion() 232 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion() 244 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion() 246 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion() 374 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 170 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local 178 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray() 180 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray() 236 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray() 242 auto CMR = CounterMappingRegion(C, InferredFileID, ExpandedFileID, in readMappingRegionsSubArray() 306 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read() 307 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
|
| H A D | CoverageMappingWriter.cpp | 179 assert(I->ExpandedFileID <= in write() 186 (I->ExpandedFileID in write()
|
| H A D | CoverageMapping.cpp | 583 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterJson.cpp | 66 Region.FileID, Region.ExpandedFileID, in renderRegion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 365 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local 366 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions() 376 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions() 1316 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()
|