Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h233 static void AutoCompletePlatformName(llvm::StringRef partial_name,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp606 PluginManager::AutoCompletePlatformName(request.GetCursorArgumentPrefix(), in PlatformPluginNames()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp847 void PluginManager::AutoCompletePlatformName(llvm::StringRef name, in AutoCompletePlatformName() function in PluginManager