Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp206 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
209 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
210 : Writer(IsSparse), ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) { in WriterContext()
327 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
346 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts()
394 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
408 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
634 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
636 WriterErrorCodes); in supplementInstrProfile()
1077 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
[all …]