Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DLog.h126 static void ListAllLogChannels(llvm::raw_ostream &stream);
/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp286 Log::ListAllLogChannels(output_stream); in DoExecute()
/external/llvm-project/lldb/source/Utility/
DLog.cpp265 void Log::ListAllLogChannels(llvm::raw_ostream &stream) { in ListAllLogChannels() function in Log