Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp201 PluginManager::GetScriptedInterfaceNameAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h584 static llvm::StringRef GetScriptedInterfaceNameAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1860 llvm::StringRef PluginManager::GetScriptedInterfaceNameAtIndex(uint32_t index) { in GetScriptedInterfaceNameAtIndex() function in PluginManager