Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h307 typedef llvm::StringMap<Log> ChannelMap; typedef
308 static llvm::ManagedStatic<ChannelMap> g_channel_map;
311 const Log::ChannelMap::value_type &entry,
315 const ChannelMap::value_type &entry);
317 const ChannelMap::value_type &entry,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp44 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
47 const Log::ChannelMap::value_type &entry, in ForEachCategory()
56 const ChannelMap::value_type &entry) { in ListCategories()
65 const ChannelMap::value_type &entry, in GetFlags()