Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h211 static bool ListChannelCategories(llvm::StringRef channel,
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp314 success && Log::ListChannelCategories(entry.ref(), output_stream); in DoExecute()
/src/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp271 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories() function in Log