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.cpp1468 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1478 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1484 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1489 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1493 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForTypes()
1501 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForExpressions()