Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLog.h207 static void ListAllLogChannels(llvm::raw_ostream &stream);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLog.cpp291 void Log::ListAllLogChannels(llvm::raw_ostream &stream) { in ListAllLogChannels() function in Log
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectLog.cpp308 Log::ListAllLogChannels(output_stream); in DoExecute()