Home
last modified time | relevance | path

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

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