Home
last modified time | relevance | path

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

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