Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h477 TypeSystemCreateInstance create_callback,
481 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);
483 static TypeSystemCreateInstance
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h121 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1425 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {
1430 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()
1449 TypeSystemCreateInstance create_callback, in RegisterPlugin()
1457 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
1461 TypeSystemCreateInstance
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp45 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()