Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp29 template <> Log::Channel &lldb_private::LogChannelFor<DWARFLog>() { in LogChannelFor() function in lldb_private
H A DLogChannelDWARF.h33 template <> Log::Channel &LogChannelFor<DWARFLog>();
/openbsd-src/gnu/llvm/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>();
/openbsd-src/gnu/llvm/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>();
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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>();
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLLDBLog.cpp76 template <> Log::Channel &lldb_private::LogChannelFor<LLDBLog>() { in LogChannelFor() function in lldb_private
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h58 template <> Log::Channel &LogChannelFor<LLDBLog>();
H A DLog.h303 template <typename Cat> Log::Channel &LogChannelFor() = delete;
312 return LogChannelFor<Cat>().GetLog(Log::MaskType(mask)); in GetLog()