Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h207 static bool DumpLogChannel(llvm::StringRef channel,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp405 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp255 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel() function in Log