Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLog.h123 static void ListAllLogChannels(llvm::raw_ostream &stream);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp281 Log::ListAllLogChannels(output_stream); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp251 void Log::ListAllLogChannels(llvm::raw_ostream &stream) { in ListAllLogChannels() function in Log