Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDTimer.cpp30 static std::atomic<Timer::Category *> g_categories; variable
52 Category *expected = g_categories; in Category()
55 } while (!g_categories.compare_exchange_weak(expected, this)); in Category()
131 for (Category *i = g_categories; i; i = i->m_next) { in ResetCategoryTimes()
140 for (Category *i = g_categories; i; i = i->m_next) { in DumpCategoryTimes()
HDLLDBLog.cpp16 static constexpr Log::Category g_categories[] = { variable
69 static Log::Channel g_log_channel(g_categories,
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp13 static constexpr Log::Category g_categories[] = { variable
28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.cpp15 static constexpr Log::Category g_categories[] = { variable
25 static Log::Channel g_channel(g_categories, POSIXLog::Process);
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemoteLog.cpp17 static constexpr Log::Category g_categories[] = { variable
36 static Log::Channel g_channel(g_categories, GDBRLog::Packets);