Home
last modified time | relevance | path

Searched refs:GetProcessPluginNameAtIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDPluginManager.h248 static llvm::StringRef GetProcessPluginNameAtIndex(uint32_t idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp877 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex() function in PluginManager
HDIOHandlerCursesGUI.cpp1646 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()
1667 for (llvm::StringRef name = PluginManager::GetProcessPluginNameAtIndex(i++); in GetPossiblePluginNames()
1668 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()