Searched refs:SystemLog (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 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/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 269 Host::SystemLog(Host::eSystemLogError, in ParseCIE() 288 Host::SystemLog(Host::eSystemLogError, in ParseCIE() 452 Host::SystemLog(Host::eSystemLogError, "error: Invalid fde/cie next " in GetFDEIndex() 485 Host::SystemLog(Host::eSystemLogError, in GetFDEIndex() 514 Host::SystemLog(Host::eSystemLogError, "error: unable to find CIE at " in GetFDEIndex()
|
| H A D | SymbolContext.cpp | 498 Host::SystemLog( in GetParentOfInlinedScope() 506 Host::SystemLog( in GetParentOfInlinedScope()
|
| H A D | Function.cpp | 350 Host::SystemLog(Host::eSystemLogError, in GetBlock()
|
| H A D | CompactUnwindInfo.cpp | 319 Host::SystemLog(Host::eSystemLogError, "error: Invalid offset " in ScanIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 290 void Host::SystemLog(SystemLogType type, const char *format, va_list args) { in SystemLog() function in Host 296 void Host::SystemLog(SystemLogType type, const char *format, ...) { in SystemLog() function in Host 300 SystemLog(type, format, args); in SystemLog()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 82 Host::SystemLog(Host::eSystemLogWarning, in signal_handler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1117 Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData()); in ReportError() 1155 Host::SystemLog(Host::eSystemLogError, "%s", strm.GetData()); in ReportErrorIfModifyDetected() 1179 Host::SystemLog(Host::eSystemLogWarning, "%s", strm.GetData()); in ReportWarning()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 226 Host::SystemLog(Host::eSystemLogError, in GetLongOptions() 234 Host::SystemLog(Host::eSystemLogError, in GetLongOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1160 Host::SystemLog(Host::eSystemLogError, in GetBuiltinTypeForDWARFEncodingAndBitSize() 1165 Host::SystemLog(Host::eSystemLogError, "error: need to add support for " in GetBuiltinTypeForDWARFEncodingAndBitSize()
|