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.cpp298 raw_string_ostream &ErrMsgStream) { in evalDecodeOperand() argument
306 Inst.dump_pretty(ErrMsgStream, TI->InstPrinter.get()); in evalDecodeOperand()
312 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
313 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx) in evalDecodeOperand()
319 printInst(Symbol, Inst, ErrMsgStream); in evalDecodeOperand()
326 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
327 ErrMsgStream << "Operand '" << format("%i", OpIdx) << "' of instruction '" in evalDecodeOperand()
330 printInst(Symbol, Inst, ErrMsgStream); in evalDecodeOperand()
979 raw_string_ostream ErrMsgStream(ErrMsg); in getSectionAddr() local
980 logAllUnhandledErrors(SecInfo.takeError(), ErrMsgStream, in getSectionAddr()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp886 raw_string_ostream ErrMsgStream(ErrMsg); in loadModule() local
887 Err.print("lli", ErrMsgStream); in loadModule()