Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h224 static void ListAllLogChannels(llvm::raw_ostream &stream);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp308 Log::ListAllLogChannels(output_stream); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp304 void Log::ListAllLogChannels(llvm::raw_ostream &stream) { in ListAllLogChannels() function in Log