Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp301 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 Dlli.cpp884 raw_string_ostream ErrMsgStream(ErrMsg); in loadModule() local
885 Err.print("lli", ErrMsgStream); in loadModule()