Home
last modified time | relevance | path

Searched defs:LogChannelFor (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp34 template <> Log::Channel &lldb_private::LogChannelFor<KDPLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp30 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp77 template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp38 template <> Log::Channel &lldb_private::LogChannelFor<GDBRLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp27 template <> Log::Channel &lldb_private::LogChannelFor<POSIXLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.cpp26 template <> Log::Channel &lldb_private::LogChannelFor<WindowsLog>() { in LogChannelFor() function in lldb_private
/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp38 template <> Log::Channel &LogChannelFor<TestChannel>() { return test_channel; } in LogChannelFor() function