Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp37 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable()
299 for (llvm::StringRef channel : Log::ListChannels()) in HandleArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h215 static std::vector<llvm::StringRef> ListChannels();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp297 std::vector<llvm::StringRef> Log::ListChannels() { in ListChannels() function in Log