Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h439 TypeSystemCreateInstance create_callback,
442 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);
444 static TypeSystemCreateInstance
447 static TypeSystemCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h97 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp35 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2081 TypeSystemCreateInstance create_callback;
2099 TypeSystemCreateInstance create_callback, in RegisterPlugin()
2116 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
2132 TypeSystemCreateInstance
2141 TypeSystemCreateInstance