Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance
194 struct WriterContext { struct201 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument210 const std::string &TestFilename, WriterContext *WC, in overlapInput()235 WriterContext *WC) { in loadInput()291 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()476 adjustInstrProfile(std::unique_ptr<WriterContext> &WC, in adjustInstrProfile()575 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()[all …]