Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h111 EmulateInstructionCreateInstance create_callback);
114 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
116 static EmulateInstructionCreateInstance
119 static EmulateInstructionCreateInstance
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h61 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp434 typedef PluginInstance<EmulateInstructionCreateInstance>
445 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
451 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
455 EmulateInstructionCreateInstance
460 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()