Searched refs:WriterErrorCodes (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 614 SmallSet<instrprof_error, 4> &WriterErrorCodes; member 617 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext() 621 ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) {} in WriterContext() 769 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput() 821 bool firstTime = Dst->WriterErrorCodes.insert(ErrorCode).second; in mergeWriterContexts() 940 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local 951 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile() 1386 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local 1388 WriterErrorCodes); in supplementInstrProfile() 1724 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local [all …]
|