Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h270 unsigned ExpandedFileID = 0; member
275 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion()
278 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion()
283 unsigned ExpandedFileID, unsigned LineStart,
288 FileID(FileID), ExpandedFileID(ExpandedFileID), LineStart(LineStart), in Count()
308 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion()
310 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion()
784 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp92 Region.FileID, Region.ExpandedFileID, in renderRegion()
101 Region.ExpandedFileID, int64_t(Region.Kind)}); in renderBranch()
114 CMR.ColumnEnd, CMR.ExpandedFileID, int64_t(CMR.Kind), in renderMCDCRecord()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp224 assert(I->ExpandedFileID <= in write()
231 (I->ExpandedFileID in write()
H A DCoverageMappingReader.cpp259 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local
279 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray()
281 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray()
379 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray()
386 C, C2, InferredFileID, ExpandedFileID, LineStart, ColumnStart, in readMappingRegionsSubArray()
451 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read()
452 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
H A DCoverageMapping.cpp738 ExpandedFileIDs.insert(Expansion.ExpandedFileID); in recordExpansion()
1376 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
1418 if (FileIDs.test(CR.FileID) && (CR.FileID == CR.ExpandedFileID)) in getCoverageForFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp591 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local
592 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions()
602 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions()
2403 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()