Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DPlatform.h569 IDToNameMap m_gid_map; variable
620 IDToNameMap::iterator pos = m_gid_map.find (gid); in GetCachedGroupName()
621 if (pos != m_gid_map.end()) in GetCachedGroupName()
637 m_gid_map[gid] = const_name; in SetCachedGroupName()
648 m_gid_map[gid] = ConstString(); in SetGroupNameNotFound()
655 m_gid_map.clear(); in ClearCachedGroupNames()
/external/lldb/source/Target/
DPlatform.cpp248 m_gid_map(), in Platform()