Searched refs:SingleByteCoverage (Results 1 – 5 of 5) sorted by relevance
191 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
272 return static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage); in hasSingleByteCoverage()
332 SingleByteCoverage = 0x10, enumerator
870 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeImpl()1113 if (static_cast<bool>(ProfileKind & InstrProfKind::SingleByteCoverage)) in writeText()
57 ProfileKind |= InstrProfKind::SingleByteCoverage; in getProfileKindFromVersion()260 ProfileKind |= InstrProfKind::SingleByteCoverage; in readHeader()