Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h184 SystemRuntimeCreateInstance create_callback);
186 static bool UnregisterPlugin(SystemRuntimeCreateInstance create_callback);
188 static SystemRuntimeCreateInstance
191 static SystemRuntimeCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSystemRuntime.cpp19 SystemRuntimeCreateInstance create_callback = nullptr; in FindPlugin()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h63 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp922 SystemRuntimeCreateInstance create_callback;
939 SystemRuntimeCreateInstance create_callback) { in RegisterPlugin()
954 SystemRuntimeCreateInstance create_callback) { in UnregisterPlugin()
970 SystemRuntimeCreateInstance
979 SystemRuntimeCreateInstance