Searched refs:ErrMsgStream (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 301 raw_string_ostream &ErrMsgStream) { in evalDecodeOperand() argument 307 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand() 309 Inst.dump_pretty(ErrMsgStream, TI->InstPrinter.get()); in evalDecodeOperand() 310 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand() 315 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local 316 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx) in evalDecodeOperand() 322 return printInst(Symbol, Inst, ErrMsgStream); in evalDecodeOperand() 328 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local 329 ErrMsgStream << "Operand '" << format("%i", OpIdx) << "' of instruction '" in evalDecodeOperand() 332 return printInst(Symbol, Inst, ErrMsgStream); in evalDecodeOperand() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 884 raw_string_ostream ErrMsgStream(ErrMsg); in loadModule() local 885 Err.print("lli", ErrMsgStream); in loadModule()
|