Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DPluginManager.cpp1089 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1097 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1103 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1108 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DPluginManager.cpp1040 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1048 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1054 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1059 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1164 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1172 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1178 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1183 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1102 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1110 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1116 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1121 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1164 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1172 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1178 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1183 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DPluginManager.cpp1178 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1186 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1192 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1197 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1164 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1172 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1178 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1183 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1102 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1110 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1116 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1121 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1164 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1172 return GetMemoryHistoryInstances().RegisterPlugin(name, description, in RegisterPlugin()
1178 return GetMemoryHistoryInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1183 return GetMemoryHistoryInstances().GetCallbackAtIndex(idx); in GetMemoryHistoryCreateCallbackAtIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1919 static MemoryHistoryInstances &GetMemoryHistoryInstances() { in GetMemoryHistoryInstances() function
1935 GetMemoryHistoryInstances().push_back(instance); in RegisterPlugin()
1944 MemoryHistoryInstances &instances = GetMemoryHistoryInstances(); in UnregisterPlugin()
1960 MemoryHistoryInstances &instances = GetMemoryHistoryInstances(); in GetMemoryHistoryCreateCallbackAtIndex()
1971 MemoryHistoryInstances &instances = GetMemoryHistoryInstances(); in GetMemoryHistoryCreateCallbackForPluginName()