Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp30 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor() function in lldb_private
H A DLogChannelDWARF.h34 template <> Log::Channel &LogChannelFor<DWARFLog>();
/freebsd/contrib/llvm-project/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>();
/freebsd/contrib/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
H A DProcessGDBRemoteLog.h41 template <> Log::Channel &LogChannelFor<process_gdb_remote::GDBRLog>();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp77 template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { in LogChannelFor() function in lldb_private
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h59 template <> Log::Channel &LogChannelFor<LLDBLog>();
H A DLog.h325 template <typename Cat> Log::Channel &LogChannelFor() = delete;
334 return LogChannelFor<Cat>().GetLog(Log::MaskType(mask)); in GetLog()