Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h112 EmulateInstructionCreateInstance create_callback);
115 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
117 static EmulateInstructionCreateInstance
120 static EmulateInstructionCreateInstance
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h60 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp432 typedef PluginInstance<EmulateInstructionCreateInstance>
443 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
449 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
453 EmulateInstructionCreateInstance
458 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp47 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()