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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp513 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = local
515 if (ReaderList)
516 WriterList.merge(*ReaderList);
1042 std::unique_ptr<sampleprof::ProfileSymbolList> ReaderList = local
1044 ReaderList->dump(OS);

Completed in 123 milliseconds