Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp120 m_error_stream(error_stream), in IRForTarget()
193 if (m_error_stream) in GetFunctionAddress()
194m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()
266 if (m_error_stream) in GetFunctionAddress()
269m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()
273m_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()
288m_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()
505m_error_stream->Printf("Internal error [IRForTarget]: Result variable's name (%s) exists, but not … in CreateResultVariable()
[all …]
HDClangExpressionParser.cpp100 StreamString m_error_stream; member in ClangExpressionParser::LLDBPreprocessorCallbacks
125 if (!m_decl_vendor.AddModule(string_path, &exported_modules, m_error_stream)) in moduleImport()
143 return m_error_stream.GetString(); in getErrorString()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h664 …lldb_private::Stream *m_error_stream; ///< If non-NULL, the stream o… variable