Lines Matching refs:m_string_pools
83 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()
164 for (const auto &pool : m_string_pools) { in GetMemoryStats()
184 std::array<PoolEntry, 256> m_string_pools; member in Pool