Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h238 unsigned FileID, ExpandedFileID; member
242 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion()
245 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion()
250 unsigned ExpandedFileID, unsigned LineStart, in CounterMappingRegion()
254 ExpandedFileID(ExpandedFileID), LineStart(LineStart), in CounterMappingRegion()
266 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion()
268 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion()
430 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp216 assert(I->ExpandedFileID <= in write()
223 (I->ExpandedFileID in write()
H A DCoverageMappingReader.cpp247 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local
267 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray()
269 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray()
333 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray()
339 auto CMR = CounterMappingRegion(C, C2, InferredFileID, ExpandedFileID, in readMappingRegionsSubArray()
403 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read()
404 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
H A DCoverageMapping.cpp680 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
721 if (FileIDs.test(CR.FileID) && (CR.FileID == CR.ExpandedFileID)) in getCoverageForFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp89 Region.FileID, Region.ExpandedFileID, in renderRegion()
98 Region.ExpandedFileID, int64_t(Region.Kind)}); in renderBranch()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp461 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local
462 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions()
472 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions()
1555 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()