Home
last modified time | relevance | path

Searched refs:GetScriptInterpreterInstances (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.cpp858 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
867 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
873 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
878 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
884 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DPluginManager.cpp857 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
866 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
872 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
877 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
883 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp860 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
869 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
875 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
880 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
886 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp858 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
867 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
873 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
878 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
884 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DPluginManager.cpp860 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
869 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
875 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
880 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
886 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DPluginManager.cpp874 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
883 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
889 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
894 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
900 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp860 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
869 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
875 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
880 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
886 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp858 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
867 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
873 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
878 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
884 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp860 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
869 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
875 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
880 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
886 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1480 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
1499 GetScriptInterpreterInstances().push_back(instance); in RegisterPlugin()
1508 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in UnregisterPlugin()
1524 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in GetScriptInterpreterCreateCallbackAtIndex()
1534 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in GetScriptInterpreterForLanguage()