Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h230 static llvm::StringRef GetPlatformPluginNameAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1149 if (PluginManager::GetPlatformPluginNameAtIndex(idx).empty()) { in GetNumAvailablePlatforms()
1172 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp222 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp803 llvm::StringRef PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1646 PluginManager::GetPlatformPluginNameAtIndex(i++); in GetPossiblePluginNames()