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.h163 SystemRuntimeCreateInstance create_callback);
165 static bool UnregisterPlugin(SystemRuntimeCreateInstance create_callback);
167 static SystemRuntimeCreateInstance
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h77 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp591 typedef PluginInstance<SystemRuntimeCreateInstance> SystemRuntimeInstance;
601 SystemRuntimeCreateInstance create_callback) { in RegisterPlugin()
607 SystemRuntimeCreateInstance create_callback) { in UnregisterPlugin()
611 SystemRuntimeCreateInstance