Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h404 TypeSystemCreateInstance create_callback,
408 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);
410 static TypeSystemCreateInstance
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h106 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp1174 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {
1179 : PluginInstance<TypeSystemCreateInstance>(name, std::move(description), in TypeSystemInstance()
1198 TypeSystemCreateInstance create_callback, in RegisterPlugin()
1206 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
1210 TypeSystemCreateInstance
/external/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp43 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()