Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp881 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
890 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
896 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
901 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
907 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()