Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp635 sampleprof::ProfileSymbolList &WriterList, in handleExtBinaryWriter() argument
638 populateProfileSymbolList(Buffer, WriterList); in handleExtBinaryWriter()
639 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
643 Writer.setProfileSymbolList(&WriterList); in handleExtBinaryWriter()
676 sampleprof::ProfileSymbolList WriterList; in mergeSampleProfile() local
726 WriterList.merge(*ReaderList); in mergeSampleProfile()
753 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()