Searched refs:ClusterManager (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharedCluster.h40 template <class T> class ClusterManager { class in namespace:lldb_private
42 ClusterManager() : m_objects(), m_external_ref(0), m_mutex() {} function in class:lldb_private::ClusterManager
44 ~ClusterManager() {
52 // Decrement refcount should have been called on this ClusterManager, and
73 desired_object, new imp::shared_ptr_refcount<ClusterManager>(this));
86 friend class imp::shared_ptr_refcount<ClusterManager>;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h81 /// ClusterManager. This treats each shared pointer handed out for the entire
88 /// itself to the ClusterManager of the parent.
101 /// be added to the ClusterManager for the parent. Then if you ever hand out a
776 typedef ClusterManager<ValueObject> ValueObjectManager;

Completed in 114 milliseconds