Home
last modified time | relevance | path

Searched refs:eSeverityInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp101 case lldb::eSeverityInfo: in SystemLog()
116 case lldb::eSeverityInfo: in SystemLog()
654 Host::SystemLog(lldb::eSeverityInfo, message); in Emit()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp41 case lldb::eSeverityInfo: in StringForSeverity()
H A DLLVMUserExpression.cpp223 lldb::eSeverityInfo, in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp77 case Severity::eSeverityInfo: in GetPrefix()
H A DDebugger.cpp1519 case eSeverityInfo: in PrivateReportDiagnostic()
1559 if (severity == lldb::eSeverityInfo) in ReportDiagnosticImpl()
1602 ReportDiagnosticImpl(eSeverityInfo, std::move(message), debugger_id, once); in ReportInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1360 eSeverityInfo, // Equivalent to Remark used in clang. enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp386 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
H A DClangExpressionParser.cpp223 severity = lldb::eSeverityInfo; in HandleDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5295 diagnostic_manager.PutString(lldb::eSeverityInfo, in RunThreadPlan()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81859 {SWIG_LUA_CONSTTAB_INT("eSeverityInfo", (lldb::eSeverityInfo))},