Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1442 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1452 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1458 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1463 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1467 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForTypes()
1475 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForExpressions()