Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DHost.h154 SystemLog (SystemLogType type, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
157 SystemLog (SystemLogType type, const char *format, va_list args);
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp176 …Host::SystemLog (Host::eSystemLogError, "CIE parse error: CIE augmentation string was too large fo… in ParseCIE()
366 Host::SystemLog (Host::eSystemLogError, in GetFDEIndex()
DFunction.cpp314 Host::SystemLog (Host::eSystemLogError, in GetBlock()
DSymbolContext.cpp518 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope()
526 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope()
DClangASTContext.cpp1011 …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()
/external/lldb/source/Host/common/
DHost.cpp264 Host::SystemLog (SystemLogType type, const char *format, va_list args) in SystemLog() function in Host
272 Host::SystemLog (SystemLogType type, const char *format, ...) in SystemLog() function in Host
276 SystemLog (type, format, args); in SystemLog()
/external/lldb/source/Interpreter/
DOptions.cpp295 …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()
/external/lldb/source/Core/
DModule.cpp946 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportError()
987 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportErrorIfModifyDetected()
1015 Host::SystemLog (Host::eSystemLogWarning, "%s", strm.GetString().c_str()); in ReportWarning()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp461 Host::SystemLog (Host::eSystemLogWarning, in ParsePrologue()
556 Host::SystemLog (Host::eSystemLogError, in ParseSupportFiles()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp495 Host::SystemLog (Host::eSystemLogWarning, in UpdateImageLoadAddress()
574 Host::SystemLog (Host::eSystemLogWarning, in UnloadImageLoadAddress()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1421 … Host::SystemLog (Host::eSystemLogError, "error: unable to find section for section %u\n", n_sect); in GetSection()
2016 Host::SystemLog (Host::eSystemLogError, in ParseSymtab()
2748 Host::SystemLog (Host::eSystemLogError, in ParseSymtab()
/external/lldb/source/Host/macosx/
DHost.mm1945 Host::SystemLog (SystemLogType type, const char *format, va_list args) function