Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1553 sampleprof::ProfileSymbolList &WriterList, in handleExtBinaryWriter() argument
1563 populateProfileSymbolList(Buffer, WriterList); in handleExtBinaryWriter()
1564 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1568 Writer.setProfileSymbolList(&WriterList); in handleExtBinaryWriter()
1598 sampleprof::ProfileSymbolList WriterList; in mergeSampleProfile() local
1652 WriterList.merge(*ReaderList); in mergeSampleProfile()
1691 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()