Searched refs:TestingFormatVersion (Results 1 – 4 of 4) sorted by relevance
76 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
1462 enum class TestingFormatVersion : uint64_t { enum
293 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write()313 if (Version == TestingFormatVersion::Version2) in write()
985 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()