Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1253 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1263 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1269 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1274 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1278 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForTypes()
1286 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForExpressions()