Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp932 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
941 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
947 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
952 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
958 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()