Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h76 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
H A DCoverageMapping.h1462 enum class TestingFormatVersion : uint64_t { enum
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp293 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write()
313 if (Version == TestingFormatVersion::Version2) in write()
H A DCoverageMappingReader.cpp985 if (TestingVersion == uint64_t(TestingFormatVersion::Version2)) { in loadTestingFormat()
996 } else if (TestingVersion != uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat()
1016 if (TestingVersion == uint64_t(TestingFormatVersion::Version1)) { in loadTestingFormat()