Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp199 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
202 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
204 WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
280 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
299 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts()
336 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
350 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
574 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
576 WriterErrorCodes); in supplementInstrProfile()
1002 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
[all …]