Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DConstString.cpp83 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetMangledCounterpart()
106 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()
107 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()
112 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()
114 *m_string_pools[h] in GetConstCStringWithStringRef()
129 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()
132 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()
145 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()
166 for (const auto &pool : m_string_pools) { in MemorySize()
[all …]