Home
last modified time | relevance | path

Searched refs:m_last_revision (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h160 uint32_t GetCurrentRevision() override { return m_last_revision; } in GetCurrentRevision()
185 std::atomic<uint32_t> m_last_revision; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp116 ++m_last_revision; in Changed()
697 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(), in FormatManager()