Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp139 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
142 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
144 ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
206 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
255 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
266 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp135 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
150 bool firstTime = WriterErrorCodes.insert(IPE).second; in mergeInstrProfile()