Searched refs:m_error_stream (Results 1 – 3 of 3) sorted by relevance
120 m_error_stream(error_stream), in IRForTarget()193 if (m_error_stream) in GetFunctionAddress()194 …m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()266 if (m_error_stream) in GetFunctionAddress()269 …m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()273 … m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n", in GetFunctionAddress()287 if (m_error_stream) in GetFunctionAddress()288 …m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not prese… in GetFunctionAddress()504 if (m_error_stream) in CreateResultVariable()505 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable's name (%s) exists, but not … in CreateResultVariable()[all …]
100 StreamString m_error_stream; member in ClangExpressionParser::LLDBPreprocessorCallbacks125 if (!m_decl_vendor.AddModule(string_path, &exported_modules, m_error_stream)) in moduleImport()143 return m_error_stream.GetString(); in getErrorString()
664 …lldb_private::Stream *m_error_stream; ///< If non-NULL, the stream o… variable