Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1496 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
1498 if (ReaderList) in mergeSampleProfile()
1499 WriterList.merge(*ReaderList); in mergeSampleProfile()
3103 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
3105 ReaderList->dump(OS); in showSampleProfile()