Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1463 typedef std::vector<ScriptInterpreterInstance> ScriptInterpreterInstances; typedef
1470 static ScriptInterpreterInstances &GetScriptInterpreterInstances() { in GetScriptInterpreterInstances()
1471 static ScriptInterpreterInstances g_instances; in GetScriptInterpreterInstances()
1498 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in UnregisterPlugin()
1500 ScriptInterpreterInstances::iterator pos, end = instances.end(); in UnregisterPlugin()
1514 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in GetScriptInterpreterCreateCallbackAtIndex()
1523 ScriptInterpreterInstances &instances = GetScriptInterpreterInstances(); in GetScriptInterpreterForLanguage()
1525 ScriptInterpreterInstances::iterator pos, end = instances.end(); in GetScriptInterpreterForLanguage()