Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h230 static void AutoCompletePlatformName(llvm::StringRef partial_name,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp584 PluginManager::AutoCompletePlatformName(request.GetCursorArgumentPrefix(), in PlatformPluginNames()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp809 void PluginManager::AutoCompletePlatformName(llvm::StringRef name, in AutoCompletePlatformName() function in PluginManager