Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h106 enum SystemLogType { eSystemLogWarning, eSystemLogError }; enum
108 static void SystemLog(SystemLogType type, const char *format, ...)
111 static void SystemLog(SystemLogType type, const char *format, va_list args);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp290 void Host::SystemLog(SystemLogType type, const char *format, va_list args) { in SystemLog()
296 void Host::SystemLog(SystemLogType type, const char *format, ...) { in SystemLog()