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.h178 EmulateInstructionCreateInstance create_callback);
181 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
183 static EmulateInstructionCreateInstance
186 static EmulateInstructionCreateInstance
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h62 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp696 typedef PluginInstance<EmulateInstructionCreateInstance>
707 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
713 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
717 EmulateInstructionCreateInstance
722 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()