Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp216 PluginManager::GetScriptedInterfaceDescriptionAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h586 static llvm::StringRef GetScriptedInterfaceDescriptionAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1865 PluginManager::GetScriptedInterfaceDescriptionAtIndex(uint32_t index) { in GetScriptedInterfaceDescriptionAtIndex() function in PluginManager