Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h431 TypeSystemCreateInstance create_callback,
435 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);
437 static TypeSystemCreateInstance
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h108 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1260 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {
1265 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()
1284 TypeSystemCreateInstance create_callback, in RegisterPlugin()
1292 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
1296 TypeSystemCreateInstance
/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeSystem.cpp43 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()