reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/Log.h
  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,
tools/lldb/source/Utility/Log.cpp
   38 llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
   41     const Log::ChannelMap::value_type &entry,
   50                          const ChannelMap::value_type &entry) {
   58 uint32_t Log::GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry,