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.cpp108 auto it = pool.m_string_map.find(string_ref, string_hash); in GetConstCStringWithStringRef()
109 if (it != pool.m_string_map.end()) in GetConstCStringWithStringRef()
115 *pool.m_string_map in GetConstCStringWithStringRef()
134 StringPool &map = pool.m_string_map; in GetConstCStringAndSetMangledCounterPart()
169 const Allocator &alloc = pool.m_string_map.getAllocator(); in GetMemoryStats()
179 StringPool m_string_map; member