Searched refs:m_channel (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp45 for (const auto &category : entry.second.m_channel.categories)
68 flags |= entry.second.m_channel.default_flags;
72 entry.second.m_channel.categories,
74 if (cat != entry.second.m_channel.categories.end()) {
95 m_channel.log_ptr.store(this, std::memory_order_relaxed);
105 m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
211 ? iter->second.m_channel.default_flags
354 c.second.m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h133 Log(Channel &channel) : m_channel(channel) {}
173 Channel &m_channel; member in class:lldb_private::final

Completed in 103 milliseconds