Home
last modified time | relevance | path

Searched refs:gatherFileIDs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp371 void gatherFileIDs(SmallVectorImpl<unsigned> &Mapping) { in gatherFileIDs() function in __anon413222f00211::CoverageMappingBuilder
644 gatherFileIDs(FileIDMapping); in write()
1469 gatherFileIDs(VirtualFileMapping); in write()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1409 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() function
1458 auto FileIDs = gatherFileIDs(Filename, Function); in getCoverageForFile()