Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h126 virtual bool hasSingleByteCoverage() const = 0;
244 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
343 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
418 return hasSingleByteCoverage() ? sizeof(uint8_t) : sizeof(uint64_t); in getCounterTypeSize()
499 virtual bool hasSingleByteCoverage() const = 0;
560 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
643 bool hasSingleByteCoverage() const override { in hasSingleByteCoverage() function
644 return Index->hasSingleByteCoverage(); in hasSingleByteCoverage()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp590 if (hasSingleByteCoverage()) { in readRawCounts()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2095 if (PGOReader->hasSingleByteCoverage()) { in annotateAllFunctions()