Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp260 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
261 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx) in evalDecodeOperand()
266 Inst.dump_pretty(ErrMsgStream, Checker.InstPrinter); in evalDecodeOperand()
267 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand()
273 raw_string_ostream ErrMsgStream(ErrMsg); in evalDecodeOperand() local
274 ErrMsgStream << "Operand '" << format("%i", OpIdx) << "' of instruction '" in evalDecodeOperand()
276 Inst.dump_pretty(ErrMsgStream, Checker.InstPrinter); in evalDecodeOperand()
278 return std::make_pair(EvalResult(ErrMsgStream.str()), ""); in evalDecodeOperand()
809 raw_string_ostream ErrMsgStream(ErrMsg); in getSectionAddr() local
810 logAllUnhandledErrors(SecInfo.takeError(), ErrMsgStream, in getSectionAddr()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp91 raw_string_ostream ErrMsgStream(ErrMsg); in executeCompileCallback() local
92 ErrMsgStream << "No compile callback for trampoline at " in executeCompileCallback()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DSerialization.h396 raw_string_ostream ErrMsgStream(ErrMsg); in serializeAsStringError()
397 EIB.log(ErrMsgStream); in serializeAsStringError()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
Dlli.cpp824 raw_string_ostream ErrMsgStream(ErrMsg); in loadModule() local
825 Err.print("lli", ErrMsgStream); in loadModule()