Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1358 void Debugger::ReportDiagnosticImpl(DiagnosticEventData::Type type, in ReportDiagnosticImpl() function in Debugger
1399 ReportDiagnosticImpl(DiagnosticEventData::Type::Warning, std::move(message), in ReportWarning()
1406 ReportDiagnosticImpl(DiagnosticEventData::Type::Error, std::move(message), in ReportError()
1413 ReportDiagnosticImpl(DiagnosticEventData::Type::Info, std::move(message), in ReportInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h491 static void ReportDiagnosticImpl(DiagnosticEventData::Type type,