Searched refs:m_string_pools (Results 1 – 1 of 1) sorted by relevance
55 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetMangledCounterpart()78 llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()79 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()80 if (it != m_string_pools[h].m_string_map.end()) in GetConstCStringWithStringRef()84 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringWithStringRef()86 *m_string_pools[h] in GetConstCStringWithStringRef()101 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()104 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()117 llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex); in GetConstCStringAndSetMangledCounterPart()138 for (const auto &pool : m_string_pools) { in MemorySize()[all …]