Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h228 static llvm::StringRef GetPlatformPluginDescriptionAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1141 PluginManager::GetPlatformPluginDescriptionAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp226 PluginManager::GetPlatformPluginDescriptionAtIndex(idx); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp795 PluginManager::GetPlatformPluginDescriptionAtIndex(uint32_t idx) { in GetPlatformPluginDescriptionAtIndex() function in PluginManager