Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp206 PluginManager::GetScriptedInterfaceLanguageAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h588 static lldb::ScriptLanguage GetScriptedInterfaceLanguageAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1870 PluginManager::GetScriptedInterfaceLanguageAtIndex(uint32_t idx) { in GetScriptedInterfaceLanguageAtIndex() function in PluginManager