Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1838 static ScriptedInterfaceInstances &GetScriptedInterfaceInstances() { in GetScriptedInterfaceInstances() function
1847 return GetScriptedInterfaceInstances().RegisterPlugin( in RegisterPlugin()
1853 return GetScriptedInterfaceInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1857 return GetScriptedInterfaceInstances().GetSnapshot().size(); in GetNumScriptedInterfaces()
1861 return GetScriptedInterfaceInstances().GetNameAtIndex(index); in GetScriptedInterfaceNameAtIndex()
1866 return GetScriptedInterfaceInstances().GetDescriptionAtIndex(index); in GetScriptedInterfaceDescriptionAtIndex()
1871 if (auto instance = GetScriptedInterfaceInstances().GetInstanceAtIndex(idx)) in GetScriptedInterfaceLanguageAtIndex()
1878 if (auto instance = GetScriptedInterfaceInstances().GetInstanceAtIndex(idx)) in GetScriptedInterfaceUsagesAtIndex()
1943 GetScriptedInterfaceInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()
2399 return GetScriptedInterfaceInstances().GetPluginInfoForAllInstances(); in GetScriptedInterfacePluginInfo()
[all …]