Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h258 static const char *GetPlatformPluginNameAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp857 if (!PluginManager::GetPlatformPluginNameAtIndex(idx)) { in GetNumAvailablePlatforms()
879 PluginManager::GetPlatformPluginNameAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp246 PluginManager::GetPlatformPluginNameAtIndex(idx); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1277 const char *PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex() function in PluginManager