Home
last modified time | relevance | path

Searched refs:emitEmptyMapping (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h172 void emitEmptyMapping(const Decl *D, llvm::raw_ostream &OS);
H A DCodeGenPGO.cpp916 MappingGen.emitEmptyMapping(D, OS); in emitEmptyCounterMapping()
H A DCoverageMappingGen.cpp1784 void CoverageMappingGen::emitEmptyMapping(const Decl *D, in emitEmptyMapping() function in CoverageMappingGen