Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h260 static const char *GetPlatformPluginDescriptionAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp886 PluginManager::GetPlatformPluginDescriptionAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp250 PluginManager::GetPlatformPluginDescriptionAtIndex(idx); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1285 const char *PluginManager::GetPlatformPluginDescriptionAtIndex(uint32_t idx) { in GetPlatformPluginDescriptionAtIndex() function in PluginManager