Searched refs:WriterErrorCodes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 577 SmallSet<instrprof_error, 4> &WriterErrorCodes; member 580 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext() 583 WriterErrorCodes(WriterErrorCodes) {} in WriterContext() 719 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput() 763 bool firstTime = Dst->WriterErrorCodes.insert(ErrorCode).second; in mergeWriterContexts() 882 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local 893 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile() 1328 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local 1330 WriterErrorCodes); in supplementInstrProfile() 1665 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local [all …]
|