Searched refs:g_channel (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h24 static Log::Channel g_channel; member in class:lldb_private::LogChannelDWARF
30 static Log *GetLogIfAll(uint32_t mask) { return g_channel.GetLogIfAll(mask); }
31 static Log *GetLogIfAny(uint32_t mask) { return g_channel.GetLogIfAny(mask); }
H A DLogChannelDWARF.cpp27 Log::Channel LogChannelDWARF::g_channel(g_categories, DWARF_LOG_DEFAULT);
30 Log::Register("dwarf", g_channel);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp26 Log::Channel ProcessPOSIXLog::g_channel(g_categories, POSIX_LOG_DEFAULT);
30 llvm::call_once(g_once_flag, []() { Log::Register("posix", g_channel); });
H A DProcessPOSIXLog.h28 static Log::Channel g_channel; member in class:lldb_private::ProcessPOSIXLog
34 return g_channel.GetLogIfAll(mask);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h34 static Log::Channel g_channel; member in class:lldb_private::process_gdb_remote::ProcessGDBRemoteLog
39 static Log *GetLogIfAllCategoriesSet(uint32_t mask) { return g_channel.GetLogIfAll(mask); }
40 static Log *GetLogIfAnyCategoryIsSet(uint32_t mask) { return g_channel.GetLogIfAny(mask); }
H A DProcessGDBRemoteLog.cpp36 Log::Channel ProcessGDBRemoteLog::g_channel(g_categories, GDBR_LOG_DEFAULT);
41 Log::Register("gdb-remote", g_channel);

Completed in 61 milliseconds