Home
last modified time | relevance | path

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

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