Home
last modified time | relevance | path

Searched refs:DisableAllLogChannels (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Initialization/
DSystemInitializerCommon.cpp159 Log::DisableAllLogChannels(); in Terminate()
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h124 static void DisableAllLogChannels();
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp57 void TearDown() override { Log::DisableAllLogChannels(); } in TearDown()
/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp235 Log::DisableAllLogChannels(); in DoExecute()
/external/llvm-project/lldb/source/Utility/
DLog.cpp243 void Log::DisableAllLogChannels() { in DisableAllLogChannels() function in Log