Searched refs:testRoundTrip (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 138 void testRoundTrip(SampleProfileFormat Format, bool Remap, bool UseMD5) { in testRoundTrip() function 402 testRoundTrip(SampleProfileFormat::SPF_Text, false, false); in TEST_F() 406 testRoundTrip(SampleProfileFormat::SPF_Binary, false, false); in TEST_F() 410 testRoundTrip(SampleProfileFormat::SPF_Compact_Binary, false, true); in TEST_F() 414 testRoundTrip(SampleProfileFormat::SPF_Ext_Binary, false, false); in TEST_F() 418 testRoundTrip(SampleProfileFormat::SPF_Ext_Binary, false, true); in TEST_F() 422 testRoundTrip(SampleProfileFormat::SPF_Text, true, false); in TEST_F() 426 testRoundTrip(SampleProfileFormat::SPF_Binary, true, false); in TEST_F() 430 testRoundTrip(SampleProfileFormat::SPF_Ext_Binary, true, false); in TEST_F()
|