Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h248 static llvm::StringRef GetProcessPluginNameAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp877 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.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()