Home
last modified time | relevance | path

Searched refs:getCoverageSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h764 template <support::endianness Endian> uint32_t getCoverageSize() const { in getCoverageSize() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp482 uint32_t CoverageSize = CovHeader->getCoverageSize<Endian>(); in readFunctionRecords()