Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp198 size_t num_extensions = PluginManager::GetNumScriptedInterfaces(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h582 static uint32_t GetNumScriptedInterfaces();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1856 uint32_t PluginManager::GetNumScriptedInterfaces() { in GetNumScriptedInterfaces() function in PluginManager