Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLog.h201 typedef llvm::StringMap<Log> ChannelMap; typedef
202 static llvm::ManagedStatic<ChannelMap> g_channel_map;
205 const ChannelMap::value_type &entry);
206 static uint32_t GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp40 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
42 void Log::ListCategories(llvm::raw_ostream &stream, const ChannelMap::value_type &entry) { in ListCategories()
51 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry, in GetFlags()