Home
last modified time | relevance | path

Searched refs:ReaderList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp237 std::unique_ptr<ProfileSymbolList> ReaderList = in testRoundTrip() local
239 ReaderList->contains("zoo"); in testRoundTrip()
240 ReaderList->contains("moo"); in testRoundTrip()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp804 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
806 if (ReaderList) in mergeSampleProfile()
807 WriterList.merge(*ReaderList); in mergeSampleProfile()
2515 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
2517 ReaderList->dump(OS); in showSampleProfile()