Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp22 static LogChannelDWARF* g_log_channel = NULL; variable
82 g_log_channel = NULL; in Delete()
138 g_log_channel = this; in Enable()
191 if (g_log_channel) in GetLog()
192 return g_log_channel->m_log_ap.get(); in GetLog()
200 if (g_log_channel && g_log_channel->m_log_ap.get()) in GetLogIfAll()
202 if (g_log_channel->m_log_ap->GetMask().AllSet(mask)) in GetLogIfAll()
203 return g_log_channel->m_log_ap.get(); in GetLogIfAll()
211 if (g_log_channel && g_log_channel->m_log_ap.get()) in GetLogIfAny()
213 if (g_log_channel->m_log_ap->GetMask().AnySet(mask)) in GetLogIfAny()
[all …]