Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp109 m_error_stream(error_stream), in IRForTarget()
182 if (m_error_stream) in GetFunctionAddress()
183m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()
247 if (m_error_stream) in GetFunctionAddress()
250m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present i… in GetFunctionAddress()
254m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()
258m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n", in GetFunctionAddress()
272 if (m_error_stream) in GetFunctionAddress()
273m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not prese… in GetFunctionAddress()
482 if (m_error_stream) in CreateResultVariable()
[all …]
/trueos/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h655 …lldb_private::Stream *m_error_stream; ///< If non-NULL, the stream o… variable