Lines Matching refs:WriterContext
572 struct WriterContext { struct
579 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument
589 const std::string &TestFilename, WriterContext *WC, in overlapInput()
617 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput()
752 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts()
890 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile()
892 Contexts.emplace_back(std::make_unique<WriterContext>( in mergeInstrProfile()
934 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile()
1041 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile()
1329 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
1666 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()