Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp94 void Host::SystemLog(Severity severity, llvm::StringRef message) { in SystemLog() function in Host
114 void Host::SystemLog(Severity severity, llvm::StringRef message) { in SystemLog() function in Host
654 Host::SystemLog(lldb::eSeverityInfo, message); in Emit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h91 static void SystemLog(lldb::Severity severity, llvm::StringRef message);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1551 Host::SystemLog(severity, message); in ReportDiagnosticImpl()