Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h224 static const char *GetPlatformPluginNameAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1117 if (!PluginManager::GetPlatformPluginNameAtIndex(idx)) { in GetNumAvailablePlatforms()
1142 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp220 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp770 const char *PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1587 while (auto name = PluginManager::GetPlatformPluginNameAtIndex(i++)) in GetPossiblePluginNames()