Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h245 static llvm::StringRef GetProcessPluginNameAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp839 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1645 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()
1666 for (llvm::StringRef name = PluginManager::GetProcessPluginNameAtIndex(i++); in GetPossiblePluginNames()
1667 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()