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.h281 unsigned ExpandedFileID = 0; member
290 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion()
293 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion()
298 unsigned ExpandedFileID, unsigned LineStart,
303 FileID(FileID), ExpandedFileID(ExpandedFileID), LineStart(LineStart), in Count()
323 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion()
325 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion()
842 : 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()
116 CMR.FileID, CMR.ExpandedFileID, int64_t(CMR.Kind), in renderMCDCRecord()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp223 assert(I->ExpandedFileID <= in write()
230 (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.cpp764 ExpandedFileIDs.insert(Expansion.ExpandedFileID); in recordExpansion()
1424 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp589 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local
590 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions()
600 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions()
2442 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()