Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DSystemRuntime.cpp18 SystemRuntimeCreateInstance create_callback = nullptr; in FindPlugin()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h164 SystemRuntimeCreateInstance create_callback);
166 static bool UnregisterPlugin(SystemRuntimeCreateInstance create_callback);
168 static SystemRuntimeCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h79 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); typedef
/openbsd-src/gnu/llvm/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