Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp234 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
235 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx) in evalDecodeOperand()
239 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand()
245 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
246 ErrMsgStream << "Operand '" << format("%i", OpIdx) in evalDecodeOperand()
249 Inst.dump_pretty(ErrMsgStream, in evalDecodeOperand()
253 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand()