Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.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()
H A DLLDBLog.cpp16 static constexpr Log::Category g_categories[] = { variable
69 static Log::Channel g_log_channel(g_categories,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp13 static constexpr Log::Category g_categories[] = { variable
28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp15 static constexpr Log::Category g_categories[] = { variable
25 static Log::Channel g_channel(g_categories, POSIXLog::Process);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp17 static constexpr Log::Category g_categories[] = { variable
36 static Log::Channel g_channel(g_categories, GDBRLog::Packets);