reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/ConstString.cpp
   56       llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex);
   79         llvm::sys::SmartScopedReader<false> rlock(m_string_pools[h].m_mutex);
   80         auto it = m_string_pools[h].m_string_map.find(string_ref);
   81         if (it != m_string_pools[h].m_string_map.end())
   85       llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex);
   87           *m_string_pools[h]
  102       llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex);
  105       StringPool &map = m_string_pools[h].m_string_map;
  118       llvm::sys::SmartScopedWriter<false> wlock(m_string_pools[h].m_mutex);
  139     for (const auto &pool : m_string_pools) {