Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp31 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable()
275 for (llvm::StringRef channel : Log::ListChannels()) in HandleArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h117 static std::vector<llvm::StringRef> ListChannels();
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp259 std::vector<llvm::StringRef> Log::ListChannels() { in ListChannels() function in Log