Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h285 typedef llvm::StringMap<Log> ChannelMap; typedef
286 static llvm::ManagedStatic<ChannelMap> g_channel_map;
289 const Log::ChannelMap::value_type &entry,
293 const ChannelMap::value_type &entry);
294 static uint32_t GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry,
/llvm-project-15.0.7/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()
63 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, in GetFlags()