Searched refs:ExpandedFileID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 242 unsigned FileID, ExpandedFileID; member 246 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion() 249 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion() 254 unsigned ExpandedFileID, unsigned LineStart, in CounterMappingRegion() 258 ExpandedFileID(ExpandedFileID), LineStart(LineStart), in CounterMappingRegion() 270 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion() 272 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion() 434 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 214 assert(I->ExpandedFileID <= in write() 221 (I->ExpandedFileID in write()
|
| H A D | CoverageMappingReader.cpp | 248 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local 268 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray() 270 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray() 334 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray() 340 auto CMR = CounterMappingRegion(C, C2, InferredFileID, ExpandedFileID, in readMappingRegionsSubArray() 404 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read() 405 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
|
| H A D | CoverageMapping.cpp | 741 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID() 783 if (FileIDs.test(CR.FileID) && (CR.FileID == CR.ExpandedFileID)) in getCoverageForFile()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterJson.cpp | 88 Region.FileID, Region.ExpandedFileID, in renderRegion() 97 Region.ExpandedFileID, int64_t(Region.Kind)}); in renderBranch()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 471 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local 472 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions() 482 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions() 1576 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()
|