Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp18 SystemRuntimeCreateInstance create_callback = nullptr; in FindPlugin()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h232 SystemRuntimeCreateInstance create_callback);
234 static bool UnregisterPlugin(SystemRuntimeCreateInstance create_callback);
236 static SystemRuntimeCreateInstance
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h78 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp851 typedef PluginInstance<SystemRuntimeCreateInstance> SystemRuntimeInstance;
861 SystemRuntimeCreateInstance create_callback) { in RegisterPlugin()
867 SystemRuntimeCreateInstance create_callback) { in UnregisterPlugin()
871 SystemRuntimeCreateInstance