Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp678 CoverageMappingGen MappingGen(*CGM.getCoverageMapping(), in emitCounterRegionMapping()
687 CGM.getCoverageMapping()->addFunctionMappingRecord( in emitCounterRegionMapping()
699 CoverageMappingGen MappingGen(*CGM.getCoverageMapping(), in emitEmptyCounterMapping()
709 CGM.getCoverageMapping()->addFunctionMappingRecord( in emitEmptyCounterMapping()
DCodeGenModule.h542 CoverageMappingModuleGen *getCoverageMapping() const { in getCoverageMapping() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h876 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping() function
920 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping() function
961 StringRef getCoverageMapping(const char *) const { in getCoverageMapping() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp728 CFR->template getCoverageMapping<Endian>(OutOfLineMappingBuf); in readFunctionRecords()