Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h436 TypeSystemCreateInstance create_callback,
440 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);
442 static TypeSystemCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h111 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1274 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {
1279 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()
1298 TypeSystemCreateInstance create_callback, in RegisterPlugin()
1306 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
1310 TypeSystemCreateInstance
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp44 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()