Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h75 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
H A DCoverageMapping.h1293 enum class TestingFormatVersion : uint64_t { enum
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp278 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write()
298 if (Version == TestingFormatVersion::Version2) in write()
H A DCoverageMappingReader.cpp965 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()