Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1780 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1790 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1796 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1801 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1805 const auto instances = GetTypeSystemInstances().GetSnapshot(); in GetAllTypeSystemSupportedLanguagesForTypes()
1813 const auto instances = GetTypeSystemInstances().GetSnapshot(); in GetAllTypeSystemSupportedLanguagesForExpressions()
2462 return GetTypeSystemInstances().GetPluginInfoForAllInstances(); in GetTypeSystemPluginInfo()
2466 return GetTypeSystemInstances().SetInstanceEnabled(name, enable); in SetTypeSystemPluginEnabled()