Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h202 typedef llvm::StringMap<Log> ChannelMap; typedef
203 static llvm::ManagedStatic<ChannelMap> g_channel_map;
206 const Log::ChannelMap::value_type &entry,
210 const ChannelMap::value_type &entry);
211 static uint32_t GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry,
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp38 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
41 const Log::ChannelMap::value_type &entry, in ForEachCategory()
50 const ChannelMap::value_type &entry) { in ListCategories()
58 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, in GetFlags()