Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h249 static llvm::StringRef GetProcessPluginNameAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp852 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex() function in PluginManager
H A DIOHandlerCursesGUI.cpp1647 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()
1668 for (llvm::StringRef name = PluginManager::GetProcessPluginNameAtIndex(i++); in GetPossiblePluginNames()
1669 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()