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