Home
last modified time | relevance | path

Searched defs:g_channel_map (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h286 static llvm::ManagedStatic<ChannelMap> g_channel_map; variable
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp43 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map; member in Log