Searched defs:SystemLogType (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Host/
H A DHost.h147 enum SystemLogType enum in class:lldb_private::Host
154 SystemLog (SystemLogType type, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
157 SystemLog (SystemLogType type, const char *format, va_list args);

Completed in 391 milliseconds