Home
last modified time | relevance | path

Searched refs:getCoverageMapping (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp892 CoverageMappingGen MappingGen(*CGM.getCoverageMapping(), in emitCounterRegionMapping()
901 CGM.getCoverageMapping()->addFunctionMappingRecord( in emitCounterRegionMapping()
913 CoverageMappingGen MappingGen(*CGM.getCoverageMapping(), in emitEmptyCounterMapping()
923 CGM.getCoverageMapping()->addFunctionMappingRecord( in emitEmptyCounterMapping()
H A DCodeGenModule.h658 CoverageMappingModuleGen *getCoverageMapping() const { in getCoverageMapping() function
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h864 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping() function
908 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping() function
949 StringRef getCoverageMapping(const char *) const { in getCoverageMapping() function
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp728 CFR->template getCoverageMapping<Endian>(OutOfLineMappingBuf); in readFunctionRecords()