Searched refs:TestingFormatVersion (Results 1 – 3 of 3) sorted by relevance
294 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { in write()314 if (Version == TestingFormatVersion::Version2) in write()
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()
1386 enum class TestingFormatVersion : uint64_t { enum