Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h191 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
H A DInstrProfReader.h272 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
H A DInstrProf.h332 SingleByteCoverage = 0x10, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp870 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeImpl()
1113 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeText()
H A DInstrProfReader.cpp57 ProfileKind |= InstrProfKind::SingleByteCoverage; in getProfileKindFromVersion()
260 ProfileKind |= InstrProfKind::SingleByteCoverage; in readHeader()