reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/Host.h
  108   static void SystemLog(SystemLogType type, const char *format, ...)
  111   static void SystemLog(SystemLogType type, const char *format, va_list args);
tools/lldb/source/Host/common/Host.cpp
  289 void Host::SystemLog(SystemLogType type, const char *format, va_list args) {
  295 void Host::SystemLog(SystemLogType type, const char *format, ...) {