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

/external/lldb/include/lldb/Target/
H A DPlatform.h569 IDToNameMap m_gid_map; member in class:lldb_private::Platform
620 IDToNameMap::iterator pos = m_gid_map.find (gid);
621 if (pos != m_gid_map.end())
637 m_gid_map[gid] = const_name;
648 m_gid_map[gid] = ConstString();
655 m_gid_map.clear();
/external/lldb/source/Target/
H A DPlatform.cpp248 m_gid_map(),

Completed in 175 milliseconds