Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 649 struct WriterContext { struct 656 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument 668 const std::string &TestFilename, WriterContext *WC, in overlapInput() 697 WriterContext *WC, const object::BuildIDFetcher *BIDFetcher = nullptr, in loadInput() 871 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts() 1035 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile() 1037 Contexts.emplace_back(std::make_unique<WriterContext>( in mergeInstrProfile() 1080 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile() 1187 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile() 1473 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile() [all …]
|