Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h245 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
H A DInstrProf.h298 SingleByteCoverage = 0x10, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp367 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeImpl()
H A DInstrProfReader.cpp54 ProfileKind |= InstrProfKind::SingleByteCoverage; in getProfileKindFromVersion()