Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp180 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
183 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
185 ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
250 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
300 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
311 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()