Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp673 uint32_t CoverageSize = CovHeader->getCoverageSize<Endian>(); in readCoverageHeader() local
730 if (Version >= CovMapVersion::Version4 && CoverageSize != 0) in readCoverageHeader()
733 CovBuf += CoverageSize; in readCoverageHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1351 return support::endian::byte_swap<uint32_t, Endian>(CoverageSize); in getCoverageSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc299 COVMAP_HEADER(uint32_t, Int32Ty, CoverageSize, \
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc299 COVMAP_HEADER(uint32_t, Int32Ty, CoverageSize, \