Home
last modified time | relevance | path

Searched refs:DisableLogChannel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h203 static bool DisableLogChannel(llvm::StringRef channel,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp275 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp240 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel() function in Log