Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp323 void gatherFileIDs(SmallVectorImpl<unsigned> &Mapping) { in gatherFileIDs() function in __anonc2c3cfe60211::CoverageMappingBuilder
568 gatherFileIDs(FileIDMapping); in write()
1356 gatherFileIDs(VirtualFileMapping); in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1306 static SmallBitVector gatherFileIDs(StringRef SourceFile, in gatherFileIDs() function
1354 auto FileIDs = gatherFileIDs(Filename, Function); in getCoverageForFile()