Home
last modified time | relevance | path

Searched refs:ClusterManager (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DSharedCluster.h22 class ClusterManager : public std::enable_shared_from_this<ClusterManager<T>> {
24 static std::shared_ptr<ClusterManager> Create() { in Create()
25 return std::shared_ptr<ClusterManager>(new ClusterManager()); in Create()
28 ~ClusterManager() { in ~ClusterManager()
51 ClusterManager() : m_objects() {} in ClusterManager() function
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DSharedClusterTest.cpp26 TEST(SharedCluster, ClusterManager) { in TEST() argument
29 auto CM = ClusterManager<DestructNotifier>::Create(); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h794 typedef ClusterManager<ValueObject> ValueObjectManager;