Home
last modified time | relevance | path

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

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