Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp654 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
657 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext()
662 ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
830 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput()
882 bool firstTime = Dst->WriterErrorCodes.insert(ErrorCode).second; in mergeWriterContexts()
1027 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
1038 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1472 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
1474 WriterErrorCodes); in supplementInstrProfile()
1820 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
[all …]