Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance
193 struct WriterContext { struct200 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument209 const std::string &TestFilename, WriterContext *WC, in overlapInput()234 WriterContext *WC) { in loadInput()290 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts()347 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile()349 Contexts.emplace_back(std::make_unique<WriterContext>( in mergeInstrProfile()388 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile()457 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile()556 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()[all …]