Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
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);
295 const ChannelMap::value_type &entry,
/openbsd/src/gnu/llvm/lldb/source/Utility/
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()