Lines Matching refs:m_string_pools
57 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetMangledCounterpart()
67 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in SetMangledCounterparts()
72 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in SetMangledCounterparts()
97 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()
98 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()
99 if (it != m_string_pools[h].m_string_map.end()) in GetConstCStringWithStringRef()
103 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()
105 *m_string_pools[h] in GetConstCStringWithStringRef()
120 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()
123 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()
136 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()
159 for (const auto &pool : m_string_pools) { in MemorySize()
178 std::array<PoolEntry, 256> m_string_pools; member in Pool