Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1259 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
1268 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
1274 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1279 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
1285 const auto instances = GetScriptInterpreterInstances().GetSnapshot(); in GetScriptInterpreterForLanguage()
2390 return GetScriptInterpreterInstances().GetPluginInfoForAllInstances(); in GetScriptInterpreterPluginInfo()
2394 return GetScriptInterpreterInstances().SetInstanceEnabled(name, enable); in SetScriptInterpreterPluginEnabled()