Searched refs:eSeverityInfo (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 101 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 D | DiagnosticManager.cpp | 41 case lldb::eSeverityInfo: in StringForSeverity()
|
H A D | LLVMUserExpression.cpp | 223 lldb::eSeverityInfo, in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DebuggerEvents.cpp | 77 case Severity::eSeverityInfo: in GetPrefix()
|
H A D | Debugger.cpp | 1519 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 D | lldb-enumerations.h | 1360 eSeverityInfo, // Equivalent to Remark used in clang. enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 386 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
|
H A D | ClangExpressionParser.cpp | 223 severity = lldb::eSeverityInfo; in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 5295 diagnostic_manager.PutString(lldb::eSeverityInfo, in RunThreadPlan()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81859 {SWIG_LUA_CONSTTAB_INT("eSeverityInfo", (lldb::eSeverityInfo))},
|