Home
last modified time | relevance | path

Searched refs:GetUnwindAssemblyInstances (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.cpp1062 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1070 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1076 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1081 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DPluginManager.cpp1013 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1021 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1027 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1032 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1137 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1145 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1151 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1156 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1075 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1083 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1089 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1094 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1137 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1145 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1151 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1156 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DPluginManager.cpp1151 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1159 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1165 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1170 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1137 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1145 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1151 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1156 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1075 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1083 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1089 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1094 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp1137 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1145 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1151 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1156 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1839 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1855 GetUnwindAssemblyInstances().push_back(instance); in RegisterPlugin()
1864 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in UnregisterPlugin()
1880 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in GetUnwindAssemblyCreateCallbackAtIndex()
1891 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in GetUnwindAssemblyCreateCallbackForPluginName()