Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp193 struct WriterContext { struct
200 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() argument
209 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 …]