Searched defs:SampleProfTest (Results 1 – 1 of 1) sorted by relevance
42 struct SampleProfTest : ::testing::Test { struct43 LLVMContext Context;44 std::unique_ptr<SampleProfileWriter> Writer;45 std::unique_ptr<SampleProfileReader> Reader;47 SampleProfTest() : Writer(), Reader() {} in SampleProfTest() argument58 void readProfile(const Module &M, StringRef Profile, in readProfile()68 TempFile createRemapFile() { in createRemapFile()401 TEST_F(SampleProfTest, roundtrip_text_profile) { in TEST_F() argument421 TEST_F(SampleProfTest, remap_text_profile) { in TEST_F() argument425 TEST_F(SampleProfTest, remap_raw_binary_profile) { in TEST_F() argument[all …]