Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1649 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
1651 if (ReaderList) in mergeSampleProfile()
1652 WriterList.merge(*ReaderList); in mergeSampleProfile()
3271 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
3273 ReaderList->dump(OS); in showSampleProfile()