Home
last modified time | relevance | path

Searched defs:SampleProfTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp42 struct SampleProfTest : ::testing::Test { struct
43 LLVMContext Context;
44 std::unique_ptr<SampleProfileWriter> Writer;
45 std::unique_ptr<SampleProfileReader> Reader;
47 SampleProfTest() : Writer(), Reader() {} in SampleProfTest() function
58 void readProfile(const Module &M, StringRef Profile, in readProfile()
68 TempFile createRemapFile() { in createRemapFile()
401 TEST_F(SampleProfTest, roundtrip_text_profile) { in TEST_F() argument
421 TEST_F(SampleProfTest, remap_text_profile) { in TEST_F() argument
425 TEST_F(SampleProfTest, remap_raw_binary_profile) { in TEST_F() argument
[all …]