Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDPluginManager.h111 EmulateInstructionCreateInstance create_callback);
114 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
116 static EmulateInstructionCreateInstance
119 static EmulateInstructionCreateInstance
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-interfaces.h61 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp435 typedef PluginInstance<EmulateInstructionCreateInstance>
446 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
452 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
456 EmulateInstructionCreateInstance
461 EmulateInstructionCreateInstance
HDEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()