Searched refs:SystemLog (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | Host.h | 155 SystemLog (SystemLogType type, const char *format, ...) __attribute__ ((format (printf, 2, 3))); 158 SystemLog (SystemLogType type, const char *format, va_list args);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/ |
| D | lldb-platform.cpp | 81 Host::SystemLog(Host::eSystemLogWarning, "SIGHUP received, exiting lldb-platform...\n"); in signal_handler()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | DWARFCallFrameInfo.cpp | 176 …Host::SystemLog (Host::eSystemLogError, "CIE parse error: CIE augmentation string was too large fo… in ParseCIE() 366 Host::SystemLog (Host::eSystemLogError, in GetFDEIndex()
|
| D | SymbolContext.cpp | 518 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope() 526 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope()
|
| D | Function.cpp | 315 Host::SystemLog (Host::eSystemLogError, in GetBlock()
|
| D | ClangASTContext.cpp | 1011 …Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type '%s' enco… in GetBuiltinTypeForDWARFEncodingAndBitSize() 1015 …Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type encoded w… in GetBuiltinTypeForDWARFEncodingAndBitSize()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | Options.cpp | 295 …Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option -%c that conflicts wit… in GetLongOptions() 303 …Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option 0x%x that conflicts wi… in GetLongOptions()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | Module.cpp | 1043 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportError() 1084 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportErrorIfModifyDetected() 1112 Host::SystemLog (Host::eSystemLogWarning, "%s", strm.GetString().c_str()); in ReportWarning()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDebugLine.cpp | 462 Host::SystemLog (Host::eSystemLogWarning, in ParsePrologue() 559 Host::SystemLog (Host::eSystemLogError, in ParseSupportFiles()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | Host.cpp | 289 Host::SystemLog (SystemLogType type, const char *format, va_list args) in SystemLog() function in Host 297 Host::SystemLog (SystemLogType type, const char *format, ...) in SystemLog() function in Host 301 SystemLog (type, format, args); in SystemLog()
|