Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1291 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1301 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1307 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1312 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1316 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForTypes()
1324 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForExpressions()