Home
last modified time | relevance | path

Searched refs:SetREPLPluginEnabled (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h750 static bool SetREPLPluginEnabled(llvm::StringRef name, bool enable);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp280 PluginManager::SetREPLPluginEnabled, in GetPluginNamespaces()
2375 bool PluginManager::SetREPLPluginEnabled(llvm::StringRef name, bool enable) { in SetREPLPluginEnabled() function in PluginManager