Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp131 Log::DisableAllLogChannels(); in Terminate()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h205 static void DisableAllLogChannels();
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp69 void TearDown() override { Log::DisableAllLogChannels(); } in TearDown()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp268 void Log::DisableAllLogChannels() { in DisableAllLogChannels() function in Log
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp257 Log::DisableAllLogChannels(); in DoExecute()