Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h226 static llvm::StringRef GetPlatformPluginNameAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1111 if (PluginManager::GetPlatformPluginNameAtIndex(idx).empty()) { in GetNumAvailablePlatforms()
1134 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp222 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp790 llvm::StringRef PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1644 PluginManager::GetPlatformPluginNameAtIndex(i++); in GetPossiblePluginNames()