Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp894 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances() function
903 return GetScriptInterpreterInstances().RegisterPlugin( in RegisterPlugin()
909 return GetScriptInterpreterInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
914 return GetScriptInterpreterInstances().GetCallbackAtIndex(idx); in GetScriptInterpreterCreateCallbackAtIndex()
920 const auto &instances = GetScriptInterpreterInstances().GetInstances(); in GetScriptInterpreterForLanguage()