Searched refs:SystemLog (Results 1 - 11 of 11) sorted by relevance

/external/lldb/include/lldb/Host/
H A 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/
H A DDWARFCallFrameInfo.cpp176 Host::SystemLog (Host::eSystemLogError, "CIE parse error: CIE augmentation string was too large for the fixed sized buffer of %d bytes.\n", CFI_AUG_MAX_SIZE);
366 Host::SystemLog (Host::eSystemLogError,
H A DFunction.cpp314 Host::SystemLog (Host::eSystemLogError,
H A DSymbolContext.cpp518 Host::SystemLog (Host::eSystemLogWarning,
526 Host::SystemLog (Host::eSystemLogWarning,
H A DClangASTContext.cpp1011 Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type '%s' encoded with DW_ATE = 0x%x, bit_size = %u\n", type_name, dw_ate, bit_size);
1015 Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type encoded with DW_ATE = 0x%x, bit_size = %u\n", dw_ate, bit_size);
/external/lldb/source/Host/common/
H A DHost.cpp264 Host::SystemLog (SystemLogType type, const char *format, va_list args) function in class:Host
272 Host::SystemLog (SystemLogType type, const char *format, ...) function in class:Host
276 SystemLog (type, format, args);
/external/lldb/source/Core/
H A DModule.cpp946 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str());
987 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str());
1015 Host::SystemLog (Host::eSystemLogWarning, "%s", strm.GetString().c_str());
/external/lldb/source/Interpreter/
H A DOptions.cpp295 Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option -%c that conflicts with option[%u] --%s, short option won't be used for --%s\n",
303 Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option 0x%x that conflicts with option[%u] --%s, short option won't be used for --%s\n",
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp461 Host::SystemLog (Host::eSystemLogWarning,
556 Host::SystemLog (Host::eSystemLogError,
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp495 Host::SystemLog (Host::eSystemLogWarning,
574 Host::SystemLog (Host::eSystemLogWarning,
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1421 Host::SystemLog (Host::eSystemLogError, "error: unable to find section for section %u\n", n_sect);
2016 Host::SystemLog (Host::eSystemLogError,
2748 Host::SystemLog (Host::eSystemLogError,

Completed in 270 milliseconds