Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp908 uint32_t CoverageMappingSize = sizeof(CovMapHeader) + FilenamesSize; in loadTestingFormat() local
909 CoverageMapping = Data.substr(0, CoverageMappingSize); in loadTestingFormat()
912 Data = Data.substr(CoverageMappingSize); in loadTestingFormat()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc256 llvm::ConstantInt::get(Int32Ty, CoverageMappingSize))
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc256 llvm::ConstantInt::get(Int32Ty, CoverageMappingSize))
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1707 const unsigned CoverageMappingSize = 0; in emit() local