Home
last modified time | relevance | path

Searched refs:hasSingleByteCoverage (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h127 virtual bool hasSingleByteCoverage() const = 0;
271 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
378 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
461 return hasSingleByteCoverage() ? sizeof(uint8_t) : sizeof(uint64_t); in getCounterTypeSize()
544 virtual bool hasSingleByteCoverage() const = 0;
606 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
693 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
694 return Index->hasSingleByteCoverage(); in hasSingleByteCoverage()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp690 if (hasSingleByteCoverage()) { in readRawCounts()
699 if (hasSingleByteCoverage()) { in readRawCounts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2018 bool HasSingleByteCoverage = PGOReader->hasSingleByteCoverage(); in annotateAllFunctions()