Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h290 typedef llvm::StringMap<Log> ChannelMap; typedef
291 static llvm::ManagedStatic<ChannelMap> g_channel_map;
294 const Log::ChannelMap::value_type &entry,
298 const ChannelMap::value_type &entry);
300 const ChannelMap::value_type &entry,
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp43 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
46 const Log::ChannelMap::value_type &entry, in ForEachCategory()
55 const ChannelMap::value_type &entry) { in ListCategories()
64 const ChannelMap::value_type &entry, in GetFlags()