Home
last modified time | relevance | path

Searched refs:SystemLog (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h38 enum class SystemLog : Log::MaskType { enum
51 template <> Log::Channel &LogChannelFor<SystemLog>();
110 static void SystemLog(lldb::Severity severity, llvm::StringRef message);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp86 SetLLDBErrorLog(GetLog(SystemLog::System)); in Initialize()
88 LLDB_LOG(GetLog(SystemLog::System), "{0}", GetVersion()); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp90 void Host::SystemLog(Severity severity, llvm::StringRef message) {} in SystemLog() function in Host
94 {{"system"}, {"system log"}, SystemLog::System}};
96 static Log::Channel g_system_channel(g_categories, SystemLog::System);
99 template <> Log::Channel &lldb_private::LogChannelFor<SystemLog>() { in LogChannelFor()
638 Host::SystemLog(lldb::eSeverityInfo, message); in Emit()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1722 Host::SystemLog(severity, message); in ReportDiagnosticImpl()