Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp572 struct WriterContext { struct
579 WriterContext(bool IsSparse, std::mutex &ErrLock, in WriterContext() function
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()
[all …]