Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp214 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
217 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
218 : Writer(IsSparse), ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) { in WriterContext()
335 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
364 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts()
412 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
423 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
851 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
853 WriterErrorCodes); in supplementInstrProfile()
1301 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
[all …]