Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp723 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in mergeSampleProfile() local
725 if (ReaderList) in mergeSampleProfile()
726 WriterList.merge(*ReaderList); in mergeSampleProfile()
2398 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = in showSampleProfile() local
2400 ReaderList->dump(OS); in showSampleProfile()