Searched refs:m_string_pools (Results 1 – 1 of 1) sorted by relevance
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()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()[all …]