Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1187 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1195 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1201 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1206 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()