Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h61 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp435 typedef PluginInstance<EmulateInstructionCreateInstance>
446 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
452 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
456 EmulateInstructionCreateInstance
461 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()