Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1717 void Debugger::ReportDiagnosticImpl(Severity severity, std::string message, in ReportDiagnosticImpl() function in Debugger
1761 ReportDiagnosticImpl(eSeverityWarning, std::move(message), debugger_id, once); in ReportWarning()
1767 ReportDiagnosticImpl(eSeverityError, std::move(message), debugger_id, once); in ReportError()
1773 ReportDiagnosticImpl(eSeverityInfo, std::move(message), debugger_id, once); in ReportInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h661 static void ReportDiagnosticImpl(lldb::Severity severity, std::string message,