Home
last modified time | relevance | path

Searched refs:WriterContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp174 struct WriterContext { struct
182 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument
206 WriterContext *WC) { in loadInput()
265 static void mergeWriterContexts(WriterContext *Dst, WriterContext *Src) { in mergeWriterContexts()
308 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; in mergeInstrProfile()
310 Contexts.emplace_back(llvm::make_unique<WriterContext>( in mergeInstrProfile()
347 for (std::unique_ptr<WriterContext> &WC : Contexts) { in mergeInstrProfile()