Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1556 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
1558 if (ReaderList) in mergeSampleProfile()
1559 WriterList.merge(*ReaderList); in mergeSampleProfile()
3178 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
3180 ReaderList->dump(OS); in showSampleProfile()