Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h226 static const char *GetPlatformPluginDescriptionAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp224 PluginManager::GetPlatformPluginDescriptionAtIndex(idx); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp774 const char *PluginManager::GetPlatformPluginDescriptionAtIndex(uint32_t idx) { in GetPlatformPluginDescriptionAtIndex() function in PluginManager
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1149 PluginManager::GetPlatformPluginDescriptionAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()