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

Declarations

tools/lldb/include/lldb/Utility/Log.h
  124   static void DisableAllLogChannels();

References

tools/lldb/source/Commands/CommandObjectLog.cpp
  245       Log::DisableAllLogChannels();
tools/lldb/source/Initialization/SystemInitializerCommon.cpp
  133   Log::DisableAllLogChannels();
tools/lldb/unittests/Utility/LogTest.cpp
   57   void TearDown() override { Log::DisableAllLogChannels(); }