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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp446 sampleprof::ProfileSymbolList &WriterList,
448 populateProfileSymbolList(Buffer, WriterList);
449 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary)
453 Writer.setProfileSymbolList(&WriterList);
476 sampleprof::ProfileSymbolList WriterList; local
516 WriterList.merge(*ReaderList);
524 // WriterList will have StringRef refering to string in Buffer.
525 // Make sure Buffer lives as long as WriterList.
527 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList,
443 handleExtBinaryWriter(sampleprof::SampleProfileWriter &Writer, ProfileFormat OutputFormat, MemoryBuffer *Buffer, sampleprof::ProfileSymbolList &WriterList, bool CompressAllSections) argument

Completed in 105 milliseconds