Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DPluginManager.h88 EmulateInstructionCreateInstance create_callback);
91 UnregisterPlugin (EmulateInstructionCreateInstance create_callback);
93 static EmulateInstructionCreateInstance
96 static EmulateInstructionCreateInstance
/external/lldb/include/lldb/
Dlldb-private-interfaces.h27 …typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, Instructio… typedef
/external/lldb/source/Core/
DPluginManager.cpp561 EmulateInstructionCreateInstance create_callback;
586 EmulateInstructionCreateInstance create_callback in RegisterPlugin()
604 PluginManager::UnregisterPlugin (EmulateInstructionCreateInstance create_callback) in UnregisterPlugin()
624 EmulateInstructionCreateInstance
634 EmulateInstructionCreateInstance
DEmulateInstruction.cpp32 EmulateInstructionCreateInstance create_callback = NULL; in FindPlugin()