Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h262 static size_t AutoCompletePlatformName(llvm::StringRef partial_name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp326 std::size_t num_matches = PluginManager::AutoCompletePlatformName( in PlatformPluginNames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1333 size_t PluginManager::AutoCompletePlatformName(llvm::StringRef name, in AutoCompletePlatformName() function in PluginManager