Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp107 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()
108 if (it != m_string_pools[h].m_string_map.end()) in GetConstCStringWithStringRef()
115 .m_string_map.insert(std::make_pair(string_ref, nullptr)) in GetConstCStringWithStringRef()
132 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()
166 const Allocator &alloc = pool.m_string_map.getAllocator(); in GetMemoryStats()
181 StringPool m_string_map; member