Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp943 auto TestingVersion = in loadTestingFormat() local
976 if (TestingVersion == uint64_t(TestingFormatVersion::Version2)) { in loadTestingFormat()
987 } else if (TestingVersion != uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat()
1007 if (TestingVersion == uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat()