Home
last modified time | relevance | path

Searched refs:LogChannelFor (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp27 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor() function in lldb_private
H A DLogChannelDWARF.h33 template <> Log::Channel &LogChannelFor<DWARFLog>();
/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp27 template <> Log::Channel &lldb_private::LogChannelFor<POSIXLog>() { in LogChannelFor() function in lldb_private
H A DProcessPOSIXLog.h36 template <> Log::Channel &LogChannelFor<POSIXLog>();
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h36 template <> Log::Channel &LogChannelFor<WindowsLog>();
H A DProcessWindowsLog.cpp26 template <> Log::Channel &lldb_private::LogChannelFor<WindowsLog>() { in LogChannelFor() function in lldb_private
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp34 template <> Log::Channel &lldb_private::LogChannelFor<KDPLog>() { in LogChannelFor() function in lldb_private
H A DProcessKDPLog.h38 template <> Log::Channel &LogChannelFor<KDPLog>();
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp38 template <> Log::Channel &lldb_private::LogChannelFor<GDBRLog>() { in LogChannelFor() function in lldb_private
H A DProcessGDBRemoteLog.h41 template <> Log::Channel &LogChannelFor<process_gdb_remote::GDBRLog>();
/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBLog.cpp76 template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { in LogChannelFor() function in lldb_private
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h58 template <> Log::Channel &LogChannelFor<LLDBLog>();
H A DLog.h302 template <typename Cat> Log::Channel &LogChannelFor() = delete;
311 return LogChannelFor<Cat>().GetLog(Log::MaskType(mask)); in GetLog()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp38 template <> Log::Channel &LogChannelFor<TestChannel>() { return test_channel; } in LogChannelFor() function