Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp443 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeImpl()
772 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeText()
H A DInstrProfReader.cpp55 ProfileKind |= InstrProfKind::SingleByteCoverage; in getProfileKindFromVersion()
263 ProfileKind |= InstrProfKind::SingleByteCoverage; in readHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h272 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
H A DInstrProf.h312 SingleByteCoverage = 0x10, enumerator