Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h229 static llvm::StringRef GetPlatformPluginNameAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1163 if (PluginManager::GetPlatformPluginNameAtIndex(idx).empty()) { in GetNumAvailablePlatforms()
1186 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp224 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp828 llvm::StringRef PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1645 PluginManager::GetPlatformPluginNameAtIndex(i++); in GetPossiblePluginNames()