Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h232 static llvm::StringRef GetPlatformPluginDescriptionAtIndex(uint32_t idx);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1179 PluginManager::GetPlatformPluginDescriptionAtIndex(idx - 1); in GetAvailablePlatformInfoAtIndex()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp226 PluginManager::GetPlatformPluginDescriptionAtIndex(idx); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp808 PluginManager::GetPlatformPluginDescriptionAtIndex(uint32_t idx) { in GetPlatformPluginDescriptionAtIndex() function in PluginManager