Searched refs:m_error_stream (Results 1 – 2 of 2) sorted by relevance
109 m_error_stream(error_stream), in IRForTarget()182 if (m_error_stream) in GetFunctionAddress()183 …m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()247 if (m_error_stream) in GetFunctionAddress()250 …m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present i… in GetFunctionAddress()254 …m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()258 … m_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()273 …m_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 …]
655 …lldb_private::Stream *m_error_stream; ///< If non-NULL, the stream o… variable