Home
last modified time | relevance | path

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

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