Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp744 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
746 if (ReaderList) in mergeSampleProfile()
747 WriterList.merge(*ReaderList); in mergeSampleProfile()
2432 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
2434 ReaderList->dump(OS); in showSampleProfile()